mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 05:49:31 +00:00
Monotone-Parent: d51fb546b2097f0d48a9b928bab71c9956c7c7f3
Monotone-Revision: 7766ae8ec61d9568e049bfa9fb16f7452250a88a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-19T17:42:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -470,12 +470,13 @@ function onMailboxTreeItemClick(event) {
|
||||
if (Mailer.currentMailboxType == "account" || Mailer.currentMailboxType == "additional") {
|
||||
Mailer.currentMailbox = mailbox;
|
||||
$("messageContent").update();
|
||||
var table = $("messageList");
|
||||
var head = table.tHead;
|
||||
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user