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