program/steps/mail/move_del.inc | ●●●●● patch | view | raw | blame | history |
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);