mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +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(ex);
|
||||||
dump('Exception in LoadStartFolder caused by no default account. We know about this\n');
|
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())
|
if (this.CheckForUnsentMessages != undefined && CheckForUnsentMessages())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user