summaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index ff23906b7..af0a2a80e 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -428,7 +428,7 @@ function($, _, Humanize) {
construct : function(instance) {
this._super(instance);
this.actions = [ 'reject', 'add header', 'greylist',
- 'no action', 'soft reject' ];
+ 'no action', 'soft reject', 'rewrite subject' ];
this.def = 'Any action';
this.$action = null;
},