mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
add call to DoneParsingFolder so we'll commit database
This commit is contained in:
parent
2913e9af8b
commit
124fe70732
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user