mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-09 12:29:44 +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:
@@ -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