try to fix unix build bustage

This commit is contained in:
bienvenu%netscape.com 1999-05-27 00:52:18 +00:00
parent b3e2aaaa7d
commit 45408ab3a3

View File

@ -2260,7 +2260,7 @@ nsresult nsMsgDatabase::ThreadNewHdr(nsMsgHdr* newHdr, PRBool &newThread)
nsString subject;
newHdr->GetSubject(subject);
if ((ThreadBySubjectWithoutRe() || (newHdrFlags & MSG_FLAG_HAS_RE)) && !thread == NULL)
if ((ThreadBySubjectWithoutRe() || (newHdrFlags & MSG_FLAG_HAS_RE)) && thread == NULL)
{
thread = getter_AddRefs(GetThreadForSubject(nsAutoCString(subject)));
if(thread)