зеркало из https://github.com/mozilla/pjs.git
fix 249865 use native linebreak when writing out account key, patch by mark@peek.org, r/sr=me
This commit is contained in:
Родитель
3bcd825d38
Коммит
d63d04a164
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче