diff options
author | alecpl <alec@alec.pl> | 2010-03-24 08:24:30 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-24 08:24:30 +0000 |
commit | fdf8750708ede5d2ec34c8a8f5acbbac74e1ac60 (patch) | |
tree | d2028988927f8123c69c6d684afdfadf960404c0 /program/steps/mail | |
parent | b1e74acf650104b27fcaa307a814866e0bc84fdf (diff) |
- don't need to reload messages list on copy error
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/copy.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc index 91d4e90a7..3ddae613b 100644 --- a/program/steps/mail/copy.inc +++ b/program/steps/mail/copy.inc @@ -37,8 +37,6 @@ if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) { if (!$copied) { // send error message - if ($_POST['_from'] != 'show') - $OUTPUT->command('list_mailbox'); $OUTPUT->show_message('errorcopying', 'error'); $OUTPUT->send(); exit; |