mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Monotone-Parent: d1a97b080f2567ba1f8230eda7f2183d76f5fd1d
Monotone-Revision: b937f6188477b4164f78f66ddecf28b5a6854a93 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-04-06T17:21:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user