See ChangeLog.

Monotone-Parent: c1fbc1eec0e204f82627f44220958a6f0f63ffe9
Monotone-Revision: ea268f9db61939a18337c4648193cc321736356b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-07-28T21:17:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-07-28 21:17:57 +00:00
parent 98970b7b9b
commit 76806b1a83
4 changed files with 26 additions and 12 deletions
+2 -2
View File
@@ -236,8 +236,8 @@ function deleteDraft(url) {
function refreshFolderByType(type) {
/* this is called by UIxMailEditor with window.opener */
if (typeof Mailer != 'undefined' && Mailer.currentMailboxType == type)
refreshCurrentFolder();
if (typeof Mailer != 'undefined')
deleteCachedMailboxByType(type);
}
function createHTTPClient() {