From da5fa28d5705ab2b9991f39741f2a8f1751a25ad Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 25 Dec 2013 10:33:06 +0100 Subject: Display different icons when Trash folder is empty or full (#1485775) --- program/js/app.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 2438ff959..e6cc28110 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6459,6 +6459,12 @@ function rcube_webmail() this.env.quota_content = content; }; + // update trash folder state + this.set_trash_count = function(count) + { + this[(count ? 'un' : '') + 'mark_folder'](this.env.trash_mailbox, 'empty', '', true); + }; + // update the mailboxlist this.set_unread_count = function(mbox, count, set_title, mark) { -- cgit v1.2.3