diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-01-14 07:30:31 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-01-14 07:30:31 -0500 |
commit | 6af79f1517d4a5c34088eaf6d0e5af69733f3eef (patch) | |
tree | 10168e78df7d23298c02ae4742524ae898de29a6 /plugins/managesieve/Changelog | |
parent | 1f9c9fea5529b2b2218f7b3f0e09bd804afc89ac (diff) |
Support "not allof" test as a negation of all sub-tests
Fixes also last commit change.
Diffstat (limited to 'plugins/managesieve/Changelog')
-rw-r--r-- | plugins/managesieve/Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index 13ef57764..af22bccc9 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -1,4 +1,5 @@ - Fix bug where actions without if/elseif/else in sieve scripts were skipped +- Support "not allof" test as a negation of all sub-tests * version 8.1 [2014-12-09] ----------------------------------------------------------- |