diff options
author | alecpl <alec@alec.pl> | 2010-12-03 12:28:54 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-12-03 12:28:54 +0000 |
commit | 9e81b55616ea64e1a754174a7008efac26a2f285 (patch) | |
tree | dcf769d94ce1fa71be67aa4c4cece3a30dc3cef0 /program/include | |
parent | e232acbfde30e27101f84da7f0a617f8a8522512 (diff) |
- Removed temp debug code
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_imap.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index bf88c2991..8cb866a2e 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -2582,7 +2582,6 @@ class rcube_imap // send expunge command in order to have the moved message // really deleted from the source mailbox -$aa = rcube_timer(); if ($moved) { $this->_expunge($from_mbox, false, $uids); $this->_clear_messagecount($from_mbox); @@ -2592,7 +2591,7 @@ $aa = rcube_timer(); else if ($config->get('delete_always', false) && $tbox == $config->get('trash_mbox')) { $moved = $this->delete_message($uids, $fbox); } -rcube_print_time($aa); + if ($moved) { // unset threads internal cache unset($this->icache['threads']); |