From 124fe70732848b0b8d2e47af5e15765a7c087e16 Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Thu, 25 Feb 1999 02:00:48 +0000 Subject: [PATCH] add call to DoneParsingFolder so we'll commit database --- mailnews/local/src/nsParseMailbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mailnews/local/src/nsParseMailbox.cpp b/mailnews/local/src/nsParseMailbox.cpp index a5daf1416074..87ed63ca88a5 100644 --- a/mailnews/local/src/nsParseMailbox.cpp +++ b/mailnews/local/src/nsParseMailbox.cpp @@ -92,6 +92,7 @@ NS_IMETHODIMP nsMsgMailboxParser::OnStartBinding(nsIURL* aURL, const char *aCont // stop binding is a "notification" informing us that the stream associated with aURL is going away. NS_IMETHODIMP nsMsgMailboxParser::OnStopBinding(nsIURL* aURL, nsresult aStatus, const PRUnichar* aMsg) { + DoneParsingFolder(); // what can we do? we can close the stream? m_urlInProgress = PR_FALSE; // don't close the connection...we may be re-using it.