mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 22:54:55 +00:00
Monotone-Parent: 265eb9d5954b19823ec32ff241c0d6a724f7bf12
Monotone-Revision: 061cba1969b1c526f888bff270f05c4fbb1825d1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-18T21:54:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/* JavaScript for SOGoMail */
|
||||
var accounts = {};
|
||||
var mailboxTree;
|
||||
var mailAccounts;
|
||||
if (typeof textMailAccounts != 'undefined')
|
||||
mailAccounts = textMailAccounts.evalJSON(true);
|
||||
|
||||
var currentMessages = new Array();
|
||||
var maxCachedMessages = 20;
|
||||
|
||||
Reference in New Issue
Block a user