From 7c8fb02a1bec58dfdc325b480f8ba213371b1b29 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Wed, 7 Jul 2004 17:51:28 +0000 Subject: [PATCH] fix 249865 use native linebreak when writing out account key, patch by mark@peek.org, r/sr=me --- mailnews/local/src/nsPop3Sink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/local/src/nsPop3Sink.cpp b/mailnews/local/src/nsPop3Sink.cpp index bccb14a7c2a6..5a22c5e22977 100644 --- a/mailnews/local/src/nsPop3Sink.cpp +++ b/mailnews/local/src/nsPop3Sink.cpp @@ -499,7 +499,7 @@ nsPop3Sink::IncorporateBegin(const char* uidlString, if (!m_accountKey.IsEmpty()) { nsCAutoString outputString(NS_LITERAL_CSTRING(HEADER_X_MOZILLA_ACCOUNT_KEY ": ") + m_accountKey - + NS_LITERAL_CSTRING(CRLF)); + + NS_LITERAL_CSTRING(MSG_LINEBREAK)); WriteLineToMailbox(outputString.get()); } if (uidlString)