mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug #270743 --> First launch account creation doesn't honor unchecking [ ] Download messages now option
for POP3 servers
This commit is contained in:
parent
6109538d65
commit
0a7458b1d0
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user