alecpl
2011-12-07 b6da0b76afb5697685c35b8584631294cfc7b12f
program/steps/mail/copy.inc
@@ -29,7 +29,7 @@
    $target = get_input_value('_target_mbox', RCUBE_INPUT_POST, true);
    $mbox = get_input_value('_mbox', RCUBE_INPUT_POST, true);
    $copied = $IMAP->copy_message($uids, $target, $mbox);
    $copied = $RCMAIL->imap->copy_message($uids, $target, $mbox);
    if (!$copied) {
        // send error message