зеркало из https://github.com/mozilla/pjs.git
fix marking news messages read from memory cache r=naving, sr=sspitzer 76385
This commit is contained in:
Родитель
8ccd2a1fbd
Коммит
3637070763
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче