disable fix for 114211, closing local folder .msf files after filtering, it breaks new status for those messages

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164722 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2004-11-01 06:14:35 +00:00
parent c26659e3a4
commit d4abc29245

View File

@@ -345,7 +345,9 @@ nsPop3Sink::EndMailDelivery(nsIPop3Protocol *protocol)
m_outFileStream->flush(); // try this.
m_newMailParser->OnStopRequest(nsnull, nsnull, NS_OK);
m_newMailParser->SetDBFolderStream(nsnull); // stream is going away
m_newMailParser->EndMsgDownload();
// disable this for now - it break "new" status for pop3 filtered mail.
// will need to store new set in msg folder, I think...
// m_newMailParser->EndMsgDownload();
}
if (m_outFileStream)
{