From 90f81a6c8de5aecfa36c54cc5260d25ba883aa51 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 08 Dec 2010 07:52:04 -0500 Subject: [PATCH] - Better support for READ-ONLY and NOPERM responses handling (#1487083) - Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox --- program/steps/mail/copy.inc | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc index 4cd51d8..8a7c591 100644 --- a/program/steps/mail/copy.inc +++ b/program/steps/mail/copy.inc @@ -33,7 +33,7 @@ if (!$copied) { // send error message - $OUTPUT->show_message('errorcopying', 'error'); + rcmail_display_server_error('errorcopying'); $OUTPUT->send(); exit; } @@ -52,5 +52,3 @@ // send response $OUTPUT->send(); - - -- Gitblit v1.9.1