Monotone-Parent: f95c202e8a677fb1f00e60e9dde0d8bb8e420572

Monotone-Revision: 006f9f5fa97b150e56360e2767123d6b1e77e8cc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-15T19:02:23
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-15 19:02:23 +00:00
parent 1be189b537
commit a2d7ad9ad3
24 changed files with 228 additions and 132 deletions
+3 -3
View File
@@ -1169,8 +1169,8 @@ function openInbox(node) {
mailboxTree.o(1);
}
function initMailer(event) {
if (!document.body.hasClassName("popup")) {
function initMailer(event) { log ("initMailer");
if (!$(document.body).hasClassName("popup")) {
// initDnd();
initMailboxTree();
initMessageCheckTimer();
@@ -1652,7 +1652,7 @@ function getMenus() {
return menus;
}
addEvent(window, 'load', initMailer);
FastInit.addOnLoad(initMailer);
function Mailbox(type, name) {
this.type = type;