Monotone-Parent: 1cd01a11a7384ec7da33be5a6316e39e3024c38a

Monotone-Revision: 16bd3aa0fa9b1f29444120c9720217440143eb7d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-04T15:57:23
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-04 15:57:23 +00:00
parent 6aa121c0f7
commit 37efe2b204
12 changed files with 139 additions and 139 deletions
+9 -3
View File
@@ -376,10 +376,16 @@ function onMailboxTreeItemClick(event) {
event.preventDefault();
}
function refreshMailbox() {
openMailbox(currentMailbox, true);
function _refreshWindowMailbox() {
openMailbox(currentMailbox, true);
}
return false;
function refreshMailbox() {
var topWindow = getTopWindow();
if (topWindow)
topWindow._refreshWindowMailbox();
return false;
}
function openMailbox(mailbox, reload) {