Monotone-Parent: d1a97b080f2567ba1f8230eda7f2183d76f5fd1d

Monotone-Revision: b937f6188477b4164f78f66ddecf28b5a6854a93

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-04-06T17:21:58
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-04-06 17:21:58 +00:00
parent 9d96c72142
commit 269f239e20
1 changed files with 1 additions and 2 deletions

View File

@ -476,7 +476,7 @@ function onMailboxTreeItemClick(event) {
head.rows[1].firstChild.update();
}
else
openMailbox(mailbox); // FRANCIS: don't update folder status?
openMailbox(mailbox);
Event.stop(event);
}
@ -876,7 +876,6 @@ function onMessageSelectionChange() {
function loadMessage(idx) {
if (document.messageAjaxRequest) {
log ("aborting message request");
document.messageAjaxRequest.aborted = true;
document.messageAjaxRequest.abort();
}