make imap autosync close db if status says there are no new messages, r/sr=standard8, 470221

This commit is contained in:
David Bienvenu 2009-05-13 09:59:42 -07:00
Родитель 3c9d1332f5
Коммит 92a459ae77
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -480,6 +480,7 @@ NS_IMETHODIMP nsAutoSyncState::OnStopRunningUrl(nsIURI* aUrl, nsresult aExitCode
}
else
{
ownerFolder->SetMsgDatabase(nsnull);
// nothing more to do.
mSyncState = nsAutoSyncState::stCompletedIdle;
// autoSyncMgr needs this notification, so manufacture it.