Aleksander Machniak
2013-03-08 d9dc320a40ef21cfc0a1f03d453784949da65f52
program/lib/Roundcube/rcube_imap.php
@@ -2333,10 +2333,7 @@
        // move messages
        $moved = $this->conn->move($uids, $from_mbox, $to_mbox);
        // send expunge command in order to have the moved message
        // really deleted from the source folder
        if ($moved) {
            $this->expunge_message($uids, $from_mbox, false);
            $this->clear_messagecount($from_mbox);
            $this->clear_messagecount($to_mbox);
        }