merge of '069a26b1da4cd9cb430bcfa41dc9eb96e0cc8778'

and '09fb0a44c87c46e45808e833ff9299edcb07ac03'

Monotone-Parent: 069a26b1da4cd9cb430bcfa41dc9eb96e0cc8778
Monotone-Parent: 09fb0a44c87c46e45808e833ff9299edcb07ac03
Monotone-Revision: 0b02f6196103152cfd231e8681b65ad2464d90e6

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-19T18:17:14
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2010-08-19 18:17:14 +00:00
commit 589ffd60ab
1 changed files with 2 additions and 9 deletions

View File

@ -470,15 +470,8 @@ function onMailboxTreeItemClick(event) {
if (Mailer.currentMailboxType == "account" || Mailer.currentMailboxType == "additional") {
Mailer.currentMailbox = mailbox;
$("messageContent").update();
var table = $("messageListBody");
var body = table.tBodies[0];
if (body.deselectAll) body.deselectAll ();
for (var i = body.rows.length; i > 0; i--)
body.deleteRow(i-1);
table = $("messageListHeader");
var head = table.tHead;
if (head.rows[1])
head.rows[1].firstChild.update();
$("messageCountHeader").down().update(' ');
Mailer.dataTable._emptyTable();
}
else {
var datatype = this.parentNode.getAttribute("datatype");