summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/copy.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-08 12:52:04 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-08 12:52:04 +0000
commit34d4f0dc73d6485fec5713e18eb4cbae3d65bbb9 (patch)
tree4916a5d3f6caceba7961e6bdf6cc0d3c37ffb0b1 /roundcubemail/program/steps/mail/copy.inc
parenta7d8cc5d0dacee3f6a7f14e9c272c89d65eabfb8 (diff)
- 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 git-svn-id: https://svn.roundcube.net/trunk@4321 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/copy.inc')
-rw-r--r--roundcubemail/program/steps/mail/copy.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/roundcubemail/program/steps/mail/copy.inc b/roundcubemail/program/steps/mail/copy.inc
index 4cd51d816..8a7c5916b 100644
--- a/roundcubemail/program/steps/mail/copy.inc
+++ b/roundcubemail/program/steps/mail/copy.inc
@@ -33,7 +33,7 @@ if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) {
if (!$copied) {
// send error message
- $OUTPUT->show_message('errorcopying', 'error');
+ rcmail_display_server_error('errorcopying');
$OUTPUT->send();
exit;
}
@@ -52,5 +52,3 @@ else {
// send response
$OUTPUT->send();
-
-