program/js/app.js
@@ -2206,10 +2206,10 @@ }; 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); } @@ -3409,6 +3409,13 @@ }; // replace content of mailboxname display this.set_mailboxname = function(content) { if (this.gui_objects.mailboxname && content) this.gui_objects.mailboxname.innerHTML = content; }; // replace content of quota display this.set_quota = function(content) {