diff options
author | Klaus Umbach <klaus-github@uxix.de> | 2018-03-28 15:23:30 +0200 |
---|---|---|
committer | Klaus Umbach <klaus-github@uxix.de> | 2018-03-28 15:23:30 +0200 |
commit | 0dfa5c7a78946608e82fd5d485c2c1d259749b66 (patch) | |
tree | 2f7c60f0a9e64b8ebecc7f3ec39e099439035ca1 /interface | |
parent | 8fb798b5091a66c39aeef381ebb5afd1b345b690 (diff) | |
download | rspamd-0dfa5c7a78946608e82fd5d485c2c1d259749b66.tar.gz rspamd-0dfa5c7a78946608e82fd5d485c2c1d259749b66.zip |
[Fix] add 'rewrite subject' to History dropdown
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/history.js | 2 |
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; }, |