fixed bug 5662 - imap failed to discover folders and downloading mail messages; added NotifyAnnouncerGoingAway() to ForceClosed(); r=bienvenu, a=chofmann

This commit is contained in:
jefft%netscape.com 1999-04-29 00:05:16 +00:00
parent 16f64c1f10
commit 9be572b643

View File

@ -626,6 +626,7 @@ NS_IMETHODIMP nsMsgDatabase::ForceClosed()
{
nsresult err = NS_OK;
NotifyAnnouncerGoingAway();
// OK, remove from cache first, because now with the new cache that warren put it,
// removing from the cache releases an object. That explains why close was
// never getting called. ARGGGHHH!