diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-08 11:51:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-08 11:51:49 +0000 |
| commit | a92760c983dce7bb9d4a6c9f614f71db06f7be2a (patch) | |
| tree | 95834bd15ade2dd7a44bdfbacb6646c95d166d91 /roundcubemail/plugins/managesieve/managesieve.php | |
| parent | 9d35fd64eb7b8039e077b592955d10b1cee3172a (diff) | |
- managesieve: Fix handling of "true" as "anyof (true)" test
git-svn-id: https://svn.roundcube.net/trunk@2935 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/managesieve/managesieve.php')
| -rw-r--r-- | roundcubemail/plugins/managesieve/managesieve.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/plugins/managesieve/managesieve.php b/roundcubemail/plugins/managesieve/managesieve.php index b2b52d40f..bfbded94e 100644 --- a/roundcubemail/plugins/managesieve/managesieve.php +++ b/roundcubemail/plugins/managesieve/managesieve.php @@ -7,7 +7,7 @@ * It's clickable interface which operates on text scripts and communicates * with server using managesieve protocol. Adds Filters tab in Settings. * - * @version 1.5 + * @version 1.6 * @author Aleksander 'A.L.E.C' Machniak <alec@alec.pl> * * Configuration (see config.inc.php.dist): |
