diff options
author | thomascube <thomas@roundcube.net> | 2007-08-16 08:26:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-08-16 08:26:42 +0000 |
commit | 5c69aa72482cd6a583204fd70b44097607cdb087 (patch) | |
tree | eebecdb8ddfbd8563f20ad890821b00468458441 /program | |
parent | ef9641e139aa3d55e402de6a064e1382954fe5b4 (diff) |
Clear cache when compacting a folder (reported by Joan)
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcube_imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.inc b/program/include/rcube_imap.inc index eddbad91b..46c0d1aeb 100644 --- a/program/include/rcube_imap.inc +++ b/program/include/rcube_imap.inc @@ -1544,7 +1544,7 @@ class rcube_imap if ($result>=0 && $clear_cache) { - //$this->clear_message_cache($mailbox.'.msg'); + $this->clear_message_cache($mailbox.'.msg'); $this->_clear_messagecount($mailbox); } |