Aleksander Machniak
2013-08-02 b2c5869fe24eff81a92bc233bfef374bdb7afc31
plugins/managesieve/lib/Roundcube/rcube_sieve_script.php
@@ -260,7 +260,8 @@
                            $this->add_index($test, $tests[$i], $exts);
                        }
                        if (!empty($test['part'])) {
                        // :all address-part is optional, skip it
                        if (!empty($test['part']) && $test['part'] != 'all') {
                            $tests[$i] .= ' :' . $test['part'];
                            if ($test['part'] == 'user' || $test['part'] == 'detail') {
                                array_push($exts, 'subaddress');