use cached flag instead of asking mork

This commit is contained in:
bienvenu%netscape.com 1999-09-07 18:40:59 +00:00
parent 132adbd121
commit e768441a1f

View File

@ -137,8 +137,6 @@ NS_IMETHODIMP nsMsgHdr::SetMessageKey(nsMsgKey value)
NS_IMETHODIMP nsMsgHdr::GetFlags(PRUint32 *result)
{
nsresult res;
res = GetUInt32Column(m_mdb->m_flagsColumnToken, &m_flags);
*result = m_flags;
return NS_OK;
}