Monotone-Parent: d7355e980d99c04e1e5eb5def96cba208b810cd2

Monotone-Revision: eea420a3a6baf8b6e4fd36b41c6108614dfca6db

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-29T18:05:23
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-29 18:05:23 +00:00
parent 32b8d9e33e
commit 38f3f08e4d
7 changed files with 490 additions and 555 deletions
+1 -34
View File
@@ -1,37 +1,4 @@
/*
Copyright (C) 2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
/* JavaScript for SOGo Mailer */
/*
DOM ids available in mail list view:
row_$msgid
div_$msgid
readdiv_$msgid
unreaddiv_$msgid
Window Properties:
width, height
bool: resizable, scrollbars, toolbar, location, directories, status,
menubar, copyhistory
*/
/* JavaScript for SOGoMail */
var currentMessages = new Array();
var maxCachedMessages = 20;