summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-03 12:28:54 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-03 12:28:54 +0000
commita419131bfaf123ac60358c96a15f097ef636d3c7 (patch)
treeb048e5fd8f3444de1ae231aa8b5165adc3122a44
parent034b06b20d0c6421ccf266ec3a7ffcb3438b99f6 (diff)
- Removed temp debug code
git-svn-id: https://svn.roundcube.net/trunk@4307 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/rcube_imap.php3
1 files changed, 1 insertions, 2 deletions
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']);