зеркало из https://github.com/mozilla/pjs.git
try to fix unix build bustage
This commit is contained in:
Родитель
2c677a344a
Коммит
34ccad9ad8
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче