User:Rkent/Folder Data Persistence: Difference between revisions

m
m (Show overridden IMAP EndBatch)
Line 141: Line 141:
  xul.dll!nsMsgDBView::ApplyCommandToIndices(int command, unsigned int * indices, int numIndices) Line 2932
  xul.dll!nsMsgDBView::ApplyCommandToIndices(int command, unsigned int * indices, int numIndices) Line 2932
  xul.dll!nsMsgDBView::CycleCell(int row, nsITreeColumn * col) Line 2067
  xul.dll!nsMsgDBView::CycleCell(int row, nsITreeColumn * col) Line 2067
</pre>
But also, SetSummaryValid for IMAP is different, without the folderSize test:
<pre>
NS_IMETHODIMP nsImapMailDatabase::SetSummaryValid(bool valid)
{
  if (m_dbFolderInfo)
  {
    m_dbFolderInfo->SetVersion(valid ? GetCurVersion() : 0);
    Commit(nsMsgDBCommitType::kLargeCommit);
  }
  return NS_OK;
}
</pre>
</pre>
Confirmed users
240

edits