mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-03 01:19:44 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user