diff --git a/mail/base/content/msgMail3PaneWindow.js b/mail/base/content/msgMail3PaneWindow.js index 8fc9e0c77346..ec8fbc0d6aa4 100644 --- a/mail/base/content/msgMail3PaneWindow.js +++ b/mail/base/content/msgMail3PaneWindow.js @@ -971,8 +971,11 @@ function loadStartFolder(initialUri) dump(ex); dump('Exception in LoadStartFolder caused by no default account. We know about this\n'); } - - MsgGetMessagesForAllServers(defaultServer); + + // if gLoadStartFolder is true, then we must have just created a POP3 account + // and we aren't supposed to initially download mail. (Bug #270743) + if (gLoadStartFolder) + MsgGetMessagesForAllServers(defaultServer); if (this.CheckForUnsentMessages != undefined && CheckForUnsentMessages()) {