program/lib/Roundcube/rcube_imap_cache.php | ●●●●● patch | view | raw | blame | history |
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); }