fix view commands like label leaving local mail db invalid, causing mail msgs to get doubled up, 227490 r/a=sspitzer, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2003-12-04 18:05:25 +00:00
parent 1b30afd9e4
commit 19e93dca81

View File

@ -248,6 +248,7 @@ NS_IMETHODIMP nsMailDatabase::EndBatch()
m_folderStream = nsnull;
m_ownFolderStream = PR_FALSE;
}
SetFolderInfoValid(m_folderSpec, 0, 0);
return NS_OK;
}