Aleksander Machniak
2014-09-29 8b5038befcccc29bdf8ea1f0f5745277e87e072f
program/lib/Roundcube/rcube_imap_cache.php
@@ -571,7 +571,6 @@
            ." WHERE `user_id` = ?"
                ." AND `mailbox` = ?"
                .(!empty($uids) ? " AND `uid` IN (".$this->db->array2list($uids, 'integer').")" : "")
                ." AND (`flags` & $idx) ".($enabled ? "= 0" : "= $idx"),
                ." AND " . sprintf($binary_check, $idx) . ($enabled ? " = 0" : " = $idx"),
            $this->userid, $mailbox);
    }