Bug 99117 - mail account creation problems under turbo. UnloadAccounts needed to reset some more things. r=bhuvan,dp/sr=mscott

This commit is contained in:
ccarlen%netscape.com 2001-09-20 13:22:19 +00:00
parent 5df4f72619
commit 0c308193fb

View File

@ -1376,6 +1376,8 @@ nsMsgAccountManager::UnloadAccounts()
m_identities.Reset(hashElementRelease, nsnull);
m_incomingServers.Reset(hashElementRelease, nsnull);
m_accountsLoaded = PR_FALSE;
mAccountKeyList.Truncate(0);
SetLastServerFound(nsnull,"","","");
return NS_OK;
}