fix 73960 double load of imap inbox on start r=naving, sr=sspitzer

This commit is contained in:
bienvenu%netscape.com 2001-03-30 05:07:20 +00:00
Родитель 47d5143773
Коммит 9320c0bd74
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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