fix message size on imap

This commit is contained in:
bienvenu%netscape.com 1999-09-16 00:15:50 +00:00
parent ddb878d278
commit 7e397a56e1

View File

@ -1550,7 +1550,8 @@ NS_IMETHODIMP nsImapMailFolder::NormalEndHeaderParseStream(nsIImapProtocol*
// here we need to tweak flags from uid state..
if (!m_msgMovedByFilter)
mDatabase->AddNewHdrToDB(newMsgHdr, PR_TRUE);
m_msgParser->FinishHeader();
// I don't think we want to do this - it does bad things like set the size incorrectly.
// m_msgParser->FinishHeader();
}
return NS_OK;
}