Bug 1095629 - Don't force plaintext sendformat for MAPI compositions. r=jorgk
This commit is contained in:
Родитель
d08244a540
Коммит
02218f46c1
|
@ -436,9 +436,6 @@ nsresult nsMapiHook::PopulateCompFields(lpnsMapiMessage aMessage,
|
|||
if (Body.Last() != '\n')
|
||||
Body.AppendLiteral(CRLF);
|
||||
|
||||
if (Body.Find("<html>") == kNotFound)
|
||||
aCompFields->SetForcePlainText(true);
|
||||
|
||||
rv = aCompFields->SetBody(Body) ;
|
||||
}
|
||||
return rv ;
|
||||
|
@ -641,9 +638,6 @@ nsresult nsMapiHook::PopulateCompFieldsWithConversion(lpnsMapiMessage aMessage,
|
|||
if (Body.Last() != '\n')
|
||||
Body.AppendLiteral(CRLF);
|
||||
|
||||
if (Body.Find("<html>") == kNotFound)
|
||||
aCompFields->SetForcePlainText(true);
|
||||
|
||||
rv = aCompFields->SetBody(Body) ;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче