From ee18f5f3d43528e7e9b527559a99c450bc01c6aa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 29 Sep 2007 16:40:32 -0400
Subject: [PATCH] Fix compose screen on IE7 and re-enable buttons after list reload

---
 program/js/app.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index a40c8c3..933a899 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3435,6 +3435,7 @@
       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);

--
Gitblit v1.9.1