From c5e00971f9171be9cf8e12ac2f9a2d33ea5a0a70 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 13 Aug 2008 17:00:35 +0000 Subject: #1485242: better handling of situation when message was sent successfully but cannot be saved git-svn-id: https://svn.roundcube.net/trunk@1644 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index a86f41c5c..58d117591 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2206,10 +2206,10 @@ function rcube_webmail() }; - this.sent_successfully = function(msg) + this.sent_successfully = function(type, msg) { this.list_mailbox(); - this.display_message(msg, 'confirmation', true); + this.display_message(msg, type, true); } -- cgit v1.2.3