Fix logic
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 27 Mar 2009 00:56:37 +0000 (18:56 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 27 Mar 2009 00:56:37 +0000 (18:56 -0600)
framework/Imap_Client/lib/Horde/Imap/Client/Base.php

index bca29f9..c0faf83 100644 (file)
@@ -978,7 +978,7 @@ abstract class Horde_Imap_Client_Base
 
         /* Catch flags that are not supported. */
         if (($flags & Horde_Imap_Client::STATUS_HIGHESTMODSEQ) &&
-            isset($this->_init['enabled']['CONDSTORE'])) {
+            !isset($this->_init['enabled']['CONDSTORE'])) {
             $ret['highestmodseq'] = 0;
             $flags &= ~Horde_Imap_Client::STATUS_HIGHESTMODSEQ;
         }