Monotone-Parent: 72af4681aa9d575ba898d28f6ce6d07d6d5dafd5

Monotone-Revision: 0d46067be22a5b8b3e367146a56b54e782ac839c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-19T18:32:10
Monotone-Tag: SOGo_v1.3.1
This commit is contained in:
Francis Lachapelle
2010-08-19 18:32:10 +00:00
parent 1cb1bb77e9
commit 49dc98f93c

View File

@@ -478,15 +478,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");