mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
try to fix unix build bustage
This commit is contained in:
parent
b3e2aaaa7d
commit
45408ab3a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user