add call to DoneParsingFolder so we'll commit database

This commit is contained in:
bienvenu%netscape.com 1999-02-25 02:00:48 +00:00
parent 2913e9af8b
commit 124fe70732

View File

@ -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.