From fdf8750708ede5d2ec34c8a8f5acbbac74e1ac60 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 24 Mar 2010 08:24:30 +0000 Subject: - don't need to reload messages list on copy error --- program/steps/mail/copy.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'program/steps/mail/copy.inc') 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; -- cgit v1.2.3