From 02844df3bef55c7705ef2aa88d8106fa4f7e3ff7 Mon Sep 17 00:00:00 2001 From: "ducarroz%netscape.com" Date: Fri, 8 Oct 1999 01:55:36 +0000 Subject: [PATCH] Fix for bug 15720, We need to tell the nsMsgLineBuffer which format of line break we will use. R=jefft,mscott git-svn-id: svn://10.0.0.236/trunk@50189 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/local/src/nsPop3Protocol.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/local/src/nsPop3Protocol.cpp b/mozilla/mailnews/local/src/nsPop3Protocol.cpp index cbf461e845a..0359a485f44 100644 --- a/mozilla/mailnews/local/src/nsPop3Protocol.cpp +++ b/mozilla/mailnews/local/src/nsPop3Protocol.cpp @@ -363,6 +363,7 @@ net_pop3_free_state(Pop3UidlHost* host) nsPop3Protocol::nsPop3Protocol(nsIURI* aURL) : nsMsgLineBuffer(NULL, PR_FALSE) { + SetLookingForCRLF(MSG_LINEBREAK_LEN == 2); Initialize(aURL); }