mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
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:
parent
85173da3a1
commit
bac7386c13
@ -634,6 +634,7 @@ nsFolderCompactState::OnDataAvailable(nsIRequest *request, nsISupports *ctxt,
|
||||
if (srcDB)
|
||||
{
|
||||
srcDB->SetSummaryValid(PR_FALSE);
|
||||
srcDB->Commit(nsMsgDBCommitType::kLargeCommit);
|
||||
srcDB->ForceClosed();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user