зеркало из https://github.com/mozilla/gecko-dev.git
fix next unread going to dummy header in grouped view, sr=mscott 289454
This commit is contained in:
Родитель
2b7338d299
Коммит
02eed34d76
|
@ -296,7 +296,7 @@ nsMsgGroupThread *nsMsgGroupView::AddHdrToThread(nsIMsgDBHdr *msgHdr, PRBool *pN
|
|||
if (GroupViewUsesDummyRow())
|
||||
{
|
||||
foundThread->m_dummy = PR_TRUE;
|
||||
msgFlags |= MSG_VIEW_FLAG_DUMMY | MSG_VIEW_FLAG_HASCHILDREN;
|
||||
msgFlags |= MSG_VIEW_FLAG_DUMMY | MSG_VIEW_FLAG_HASCHILDREN | MSG_FLAG_READ;
|
||||
}
|
||||
|
||||
nsMsgViewIndex insertIndex = GetInsertIndex(msgHdr);
|
||||
|
|
Загрузка…
Ссылка в новой задаче