mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
fix problem displaying headers when selecting folder we haven't opened before
This commit is contained in:
parent
ac7f9ed6a9
commit
3dea144f37
@ -1123,9 +1123,9 @@ NS_IMETHODIMP nsImapMailFolder::UpdateImapMailboxInfo(
|
||||
originalInfo->TransferFolderInfo(mDatabase->m_dbFolderInfo);
|
||||
delete originalInfo;
|
||||
}
|
||||
#endif
|
||||
SummaryChanged();
|
||||
mDatabase->AddListener(this);
|
||||
#endif
|
||||
rv = mDatabase->GetDBFolderInfo(getter_AddRefs(dbFolderInfo));
|
||||
}
|
||||
// store the new UIDVALIDITY value
|
||||
|
Loading…
Reference in New Issue
Block a user