Bug #270743 --> First launch account creation doesn't honor unchecking [ ] Download messages now option

for POP3 servers
This commit is contained in:
scott%scott-macgregor.org 2005-03-28 18:28:22 +00:00
parent 6109538d65
commit 0a7458b1d0

View File

@ -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())
{