summaryrefslogtreecommitdiff
path: root/program/steps/mail/copy.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-24 08:24:30 +0000
committeralecpl <alec@alec.pl>2010-03-24 08:24:30 +0000
commitfdf8750708ede5d2ec34c8a8f5acbbac74e1ac60 (patch)
treed2028988927f8123c69c6d684afdfadf960404c0 /program/steps/mail/copy.inc
parentb1e74acf650104b27fcaa307a814866e0bc84fdf (diff)
- don't need to reload messages list on copy error
Diffstat (limited to 'program/steps/mail/copy.inc')
-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;