зеркало из https://github.com/mozilla/gecko-dev.git
fix 73960 double load of imap inbox on start r=naving, sr=sspitzer
This commit is contained in:
Родитель
47d5143773
Коммит
9320c0bd74
|
@ -442,8 +442,9 @@ function loadStartFolder(initialUri)
|
|||
// only do this on startup, when we pass in null
|
||||
if (!initialUri && isLoginAtStartUpEnabled)
|
||||
{
|
||||
// Perform biff on the server to check for new mail
|
||||
defaultServer.PerformBiff();
|
||||
// Perform biff on the server to check for new mail, except for imap
|
||||
if (defaultServer.type != "imap")
|
||||
defaultServer.PerformBiff();
|
||||
}
|
||||
|
||||
// because the "open" state persists, we'll call
|
||||
|
|
Загрузка…
Ссылка в новой задаче