fix marking news messages read from memory cache r=naving, sr=sspitzer 76385

This commit is contained in:
bienvenu%netscape.com 2001-04-29 22:49:11 +00:00
Родитель 43cb6c8503
Коммит bc4ef6f9fc
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -366,6 +366,9 @@ PRBool nsNewsDatabase::SetHdrReadFlag(nsIMsgDBHdr *msgHdr, PRBool bRead)
}
else {
nsMsgKey messageKey;
// give the base class a chance to update m_flags.
nsMsgDatabase::SetHdrReadFlag(msgHdr, bRead);
rv = msgHdr->GetMessageKey(&messageKey);
if (NS_FAILED(rv)) return PR_FALSE;