mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Monotone-Parent: 618ad1eb6b0c707afbfd6673022c7840209747e1
Monotone-Revision: 4b47b695463a14cf2c3acf6fe59fa9d778fce6c5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-19T17:45:29
This commit is contained in:
@@ -478,12 +478,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