alecpl
2009-04-23 7a723522945b8954681171aa012b7ee1431a45cd
program/steps/mail/move_del.inc
@@ -30,7 +30,7 @@
    $mbox = get_input_value('_mbox', RCUBE_INPUT_POST);
    // flag messages as read before moving them
    if ($CONFIG['read_when_deleted'])
    if ($CONFIG['read_when_deleted'] && $target == $CONFIG['trash_mbox'])
   $IMAP->set_flag($uids, 'SEEN');
    $moved = $IMAP->move_message($uids, $target, $mbox);
@@ -108,7 +108,7 @@
    if (!$jump_back) {
        $a_headers = array_slice($a_headers, -$count, $count);
    }
    rcmail_js_message_list($a_headers);
    rcmail_js_message_list($a_headers, false, false);
}
// send response