summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/copy.inc2
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;