aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorKlaus Umbach <klaus-github@uxix.de>2018-03-28 15:23:30 +0200
committerKlaus Umbach <klaus-github@uxix.de>2018-03-28 15:23:30 +0200
commit0dfa5c7a78946608e82fd5d485c2c1d259749b66 (patch)
tree2f7c60f0a9e64b8ebecc7f3ec39e099439035ca1 /interface
parent8fb798b5091a66c39aeef381ebb5afd1b345b690 (diff)
downloadrspamd-0dfa5c7a78946608e82fd5d485c2c1d259749b66.tar.gz
rspamd-0dfa5c7a78946608e82fd5d485c2c1d259749b66.zip
[Fix] add 'rewrite subject' to History dropdown
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;
},