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
This commit is contained in:
ducarroz%netscape.com
1999-10-08 01:55:36 +00:00
parent c9fbdb8075
commit 02844df3be

View File

@@ -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);
}