alecpl
2011-12-14 a9ed78ace19375b6f660cd7371b6b9e57164584d
program/include/rcube_imap_generic.php
@@ -1231,7 +1231,7 @@
    {
        $num_in_trash = $this->countMessages($mailbox);
        if ($num_in_trash > 0) {
            $res = $this->delete($mailbox, '1:*');
            $res = $this->flag($mailbox, '1:*', 'DELETED');
        }
        if ($res) {