summaryrefslogtreecommitdiff
path: root/plugins/managesieve/lib
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-16 12:36:35 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-16 12:36:35 +0000
commite019ceea8f10f9be13be0da0cceb4df8f992d6b6 (patch)
tree4f09f84ea9ca6b68e41b5a092460723802951314 /plugins/managesieve/lib
parent33ebceae8adb225b2b6ba4bef15806beee7fc3e6 (diff)
- Fixed import of rules with unsupported tests
git-svn-id: https://svn.roundcube.net/trunk@5440 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/lib')
-rw-r--r--plugins/managesieve/lib/rcube_sieve_script.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/managesieve/lib/rcube_sieve_script.php b/plugins/managesieve/lib/rcube_sieve_script.php
index 3c6993dcc..155b40298 100644
--- a/plugins/managesieve/lib/rcube_sieve_script.php
+++ b/plugins/managesieve/lib/rcube_sieve_script.php
@@ -597,9 +597,7 @@ class rcube_sieve_script
}
// ...and actions block
- if ($tests) {
- $actions = $this->_parse_actions($content);
- }
+ $actions = $this->_parse_actions($content);
if ($tests && $actions) {
$result = array(