зеркало из https://github.com/mozilla/pjs.git
fix undo of top level message in a thread sometimes messing up display of thread, sr=mscott 231846
This commit is contained in:
Родитель
32d55ef07e
Коммит
c5026b92e0
|
@ -3651,6 +3651,7 @@ nsresult nsMsgDatabase::ThreadNewHdr(nsMsgHdr* newHdr, PRBool &newThread)
|
|||
if (!newHdr)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
newHdr->SetThreadParent(nsMsgKey_None); // if we're undoing, could have a thread parent
|
||||
PRUint16 numReferences = 0;
|
||||
PRUint32 newHdrFlags = 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче