Monotone-Parent: a8c0400b04fbc2c00e24cc29fcf280e2ec140c4b

Monotone-Revision: 283ae5b7ff599697f5fd5e45e27d320ddeaad825

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-15T22:20:01
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-06-15 22:20:01 +00:00
parent 1c5e6affb9
commit b73a34e13d
1 changed files with 11 additions and 0 deletions

View File

@ -39,6 +39,17 @@ var deleteMessageRequestCount = 0;
var messageCheckTimer;
/* We need to override this method since it is adapted to GCS-based folder
references, which we do not use here */
function URLForFolderID(folderID) {
var url = ApplicationBaseURL + encodeURI(folderID);
if (url[url.length-1] == '/')
url = url.substr(0, url.length-1);
return url;
}
/* mail list */
function openMessageWindow(msguid, url) {