Clear cache when compacting a folder (reported by Joan)

release-0.6
thomascube 17 years ago
parent ef9641e139
commit 5c69aa7248

@ -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);
}

Loading…
Cancel
Save