Confirmed users
240
edits
m (Show overridden IMAP EndBatch) |
m (→Overloaded meaning and definition of folderSize: show IMAP SetSummaryValid) |
||
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> |