diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-29 20:40:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-29 20:40:32 +0000 |
| commit | a2a67b5cf8fdf6919de682c9172738cff7f53970 (patch) | |
| tree | 5ac093a18cc39bb3fa78e579e8e4788be08802f3 /roundcubemail/program/js | |
| parent | 81f21f80a2c239179523014d03813283494678c6 (diff) | |
Fix compose screen on IE7 and re-enable buttons after list reload
git-svn-id: https://svn.roundcube.net/trunk@840 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index a40c8c319..933a899d3 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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); |
