From d4abc2924558c3a0c9f02d526c0ba4d92d10bfb3 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Mon, 1 Nov 2004 06:14:35 +0000 Subject: [PATCH] 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 --- mozilla/mailnews/local/src/nsPop3Sink.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/mailnews/local/src/nsPop3Sink.cpp b/mozilla/mailnews/local/src/nsPop3Sink.cpp index 69e52356e7c..e8fbf3b7d28 100644 --- a/mozilla/mailnews/local/src/nsPop3Sink.cpp +++ b/mozilla/mailnews/local/src/nsPop3Sink.cpp @@ -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) {