From 9be572b64398cbb7968b359183128434147f9a4f Mon Sep 17 00:00:00 2001 From: "jefft%netscape.com" Date: Thu, 29 Apr 1999 00:05:16 +0000 Subject: [PATCH] fixed bug 5662 - imap failed to discover folders and downloading mail messages; added NotifyAnnouncerGoingAway() to ForceClosed(); r=bienvenu, a=chofmann --- mailnews/db/msgdb/src/nsMsgDatabase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mailnews/db/msgdb/src/nsMsgDatabase.cpp b/mailnews/db/msgdb/src/nsMsgDatabase.cpp index fee5635acc37..f7d3bbc04d06 100644 --- a/mailnews/db/msgdb/src/nsMsgDatabase.cpp +++ b/mailnews/db/msgdb/src/nsMsgDatabase.cpp @@ -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!