From 9a5762a4de13a23a45ac9b85ff475aaf877cf906 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 13 Aug 2008 17:00:35 +0000 Subject: #1485242: better handling of situation when message was sent successfully but cannot be saved --- program/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index a86f41c5c..58d117591 100644 --- a/program/js/app.js +++ b/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