зеркало из https://github.com/mozilla/pjs.git
fix typo in fix for 281252, disable conversion to 7-bit on request, r/sr=mscott, a=asa
This commit is contained in:
Родитель
4bb474ed24
Коммит
1a532285f0
|
@ -869,7 +869,7 @@ nsresult nsMsgCompose::_SendMsg(MSG_DeliverMode deliverMode, nsIMsgIdentity *ide
|
|||
nsnull, &isAsciiOnly);
|
||||
if (NS_SUCCEEDED(rv))
|
||||
{
|
||||
if (m_compFields->GetForceMsgEncoding());
|
||||
if (m_compFields->GetForceMsgEncoding())
|
||||
isAsciiOnly = PR_FALSE;
|
||||
|
||||
m_compFields->SetBodyIsAsciiOnly(isAsciiOnly);
|
||||
|
|
Загрузка…
Ссылка в новой задаче