summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-09-29 20:40:32 +0000
committerthomascube <thomas@roundcube.net>2007-09-29 20:40:32 +0000
commitee18f5f3d43528e7e9b527559a99c450bc01c6aa (patch)
tree100a239cf1c17db44575effc6730a55749ecf6f4 /program
parent97bd2c0537bc3edb3751b3020f37e680944ac41c (diff)
Fix compose screen on IE7 and re-enable buttons after list reload
Diffstat (limited to 'program')
-rw-r--r--program/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js
index a40c8c319..933a899d3 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3435,6 +3435,7 @@ function rcube_webmail()
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.msglist_select(this.message_list);
case 'expunge':
this.enable_command('select-all', 'select-none', 'expunge', this.env.messagecount ? true : false);