From fdf8750708ede5d2ec34c8a8f5acbbac74e1ac60 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 24 Mar 2010 04:24:30 -0400
Subject: [PATCH] - don't need to reload messages list on copy error
---
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 91d4e90..3ddae61 100644
--- a/program/steps/mail/copy.inc
+++ b/program/steps/mail/copy.inc
@@ -37,8 +37,6 @@
if (!$copied) {
// send error message
- if ($_POST['_from'] != 'show')
- $OUTPUT->command('list_mailbox');
$OUTPUT->show_message('errorcopying', 'error');
$OUTPUT->send();
exit;
--
Gitblit v1.9.1