From a419131bfaf123ac60358c96a15f097ef636d3c7 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 3 Dec 2010 12:28:54 +0000 Subject: - Removed temp debug code git-svn-id: https://svn.roundcube.net/trunk@4307 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_imap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index bf88c2991..8cb866a2e 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/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']); -- cgit v1.2.3