This commit is contained in:
bienvenu%netscape.com 1999-05-27 00:52:18 +00:00
Родитель 2c677a344a
Коммит 34ccad9ad8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)