mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 05:45:57 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user