From 2eb0326a5523a7e89e377a780186ebf0d95b8665 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 7 Apr 2008 11:30:27 +0000 Subject: - disable purge command after purge action --- program/js/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index a4f54715d..e6b6cff7c 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3461,10 +3461,9 @@ function rcube_webmail() this.message_list.init(); break; + case 'purge': case 'list': - if (this.env.messagecount) - this.enable_command('purge', (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)); - + this.enable_command('purge', (this.env.messagecount && (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox))); this.msglist_select(this.message_list); case 'getunread': -- cgit v1.2.3