diff options
author | alecpl <alec@alec.pl> | 2009-06-05 16:13:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-05 16:13:24 +0000 |
commit | 0b2ce91f25aed4c174c437e679155d30bd0387bf (patch) | |
tree | 4160c737d4eb52901381292ab05a1a8cb436eea3 /program/steps/mail/move_del.inc | |
parent | cf7f222870eac0e3cb84c43ea2c7ee8b9ce206ca (diff) |
- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI
Diffstat (limited to 'program/steps/mail/move_del.inc')
-rw-r--r-- | program/steps/mail/move_del.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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'])) { |