From a640934e130ae438914dec1390e2dc0ea71175e7 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 24 Mar 2010 08:24:30 +0000 Subject: - don't need to reload messages list on copy error git-svn-id: https://svn.roundcube.net/trunk@3409 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/copy.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/roundcubemail/program/steps/mail/copy.inc b/roundcubemail/program/steps/mail/copy.inc index 91d4e90a7..3ddae613b 100644 --- a/roundcubemail/program/steps/mail/copy.inc +++ b/roundcubemail/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