зеркало из https://github.com/mozilla/gecko-dev.git
fix 249865 use native linebreak when writing out account key, patch by mark@peek.org, r/sr=me
This commit is contained in:
Родитель
a6aebf0e0b
Коммит
7c8fb02a1b
|
@ -499,7 +499,7 @@ nsPop3Sink::IncorporateBegin(const char* uidlString,
|
||||||
if (!m_accountKey.IsEmpty())
|
if (!m_accountKey.IsEmpty())
|
||||||
{
|
{
|
||||||
nsCAutoString outputString(NS_LITERAL_CSTRING(HEADER_X_MOZILLA_ACCOUNT_KEY ": ") + m_accountKey
|
nsCAutoString outputString(NS_LITERAL_CSTRING(HEADER_X_MOZILLA_ACCOUNT_KEY ": ") + m_accountKey
|
||||||
+ NS_LITERAL_CSTRING(CRLF));
|
+ NS_LITERAL_CSTRING(MSG_LINEBREAK));
|
||||||
WriteLineToMailbox(outputString.get());
|
WriteLineToMailbox(outputString.get());
|
||||||
}
|
}
|
||||||
if (uidlString)
|
if (uidlString)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче