potential fix for 280382 compacting local folder fails if .msf file is out of sync with mailbox file, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2005-02-04 17:42:56 +00:00
parent 85173da3a1
commit bac7386c13

View File

@ -634,6 +634,7 @@ nsFolderCompactState::OnDataAvailable(nsIRequest *request, nsISupports *ctxt,
if (srcDB)
{
srcDB->SetSummaryValid(PR_FALSE);
srcDB->Commit(nsMsgDBCommitType::kLargeCommit);
srcDB->ForceClosed();
}
}