See Changelog

Monotone-Parent: 5c0de45fa3f0bb43dab8922b009180e24c4b7319
Monotone-Revision: 1a7fb070202750af8cc8edfa2a6ffba467b2b25b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-15T22:28:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-11-15 22:28:27 +00:00
parent 563d5937d9
commit 3af7b29fd0
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2010-11-15 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/MailerUI.js (refreshMailbox): now calls
refreshUnseenCounts so the unseen count is updated when the user
clicks on the "Get Mail" button.
2010-11-12 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/MailerUI.js (messageFlagCallback): now

View File

@@ -662,8 +662,10 @@ function onMailboxMenuCopy(event) {
function refreshMailbox() {
var topWindow = getTopWindow();
if (topWindow)
if (topWindow) {
topWindow.refreshCurrentFolder();
topWindow.refreshUnseenCounts();
}
return false;
}
@@ -1868,7 +1870,6 @@ function initMessageCheckTimer() {
function onMessageCheckCallback(event) {
refreshMailbox();
refreshUnseenCounts();
}
function initMailboxTree() {