From 0b2ce91f25aed4c174c437e679155d30bd0387bf Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 5 Jun 2009 16:13:24 +0000 Subject: - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI --- program/steps/mail/move_del.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'program/steps/mail/move_del.inc') diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index c4294b01f..9d7d77957 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -44,8 +44,7 @@ if ($RCMAIL->action=='moveto' && !empty($_POST['_uid']) && !empty($_POST['_targe exit; } - if (!$CONFIG['flag_for_deletion']) - $addrows = true; + $addrows = true; } // delete messages else if ($RCMAIL->action=='delete' && !empty($_POST['_uid'])) { -- cgit v1.2.3