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