From 33801ebb232935e636f913845c75ba1a9464e1e2 Mon Sep 17 00:00:00 2001 From: "jminta%gmail.com" Date: Thu, 24 Apr 2008 00:58:42 +0000 Subject: [PATCH] Bug 428620 GetMail fails for a selected inbox, r=dmose --- mail/base/content/mailWindowOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/base/content/mailWindowOverlay.js b/mail/base/content/mailWindowOverlay.js index ce9d56adb60..e91b6ce9c61 100644 --- a/mail/base/content/mailWindowOverlay.js +++ b/mail/base/content/mailWindowOverlay.js @@ -961,7 +961,7 @@ function MsgGetMessagesForAllAuthenticatedAccounts() function MsgGetMessagesForAccount(aFolder) { if (!aFolder) { - MsgGetMessagesForAllServers(); + goDoCommand('cmd_getNewMessages'); return; }