alecpl
2010-11-03 c50d8872ced7c09dd9fcf5b3bf460c31e5b0c0ce
program/steps/mail/copy.inc
@@ -34,13 +34,16 @@
    $mbox = get_input_value('_mbox', RCUBE_INPUT_POST);
    $copied = $IMAP->copy_message($uids, $target, $mbox);
    if (!$copied) {
        // send error message
        $OUTPUT->show_message('errorcopying', 'error');
        $OUTPUT->send();
        exit;
    }
    else {
        $OUTPUT->show_message('messagecopied', 'confirmation');
    }
    rcmail_send_unread_count($target, true);