зеркало из https://github.com/mozilla/pjs.git
*** empty log message ***
This commit is contained in:
Родитель
264b475bcd
Коммит
01e22ed9ce
|
@ -546,13 +546,13 @@ nsMsgSendPart::Write()
|
||||||
}
|
}
|
||||||
|
|
||||||
PRUnichar* wresult = nsnull;
|
PRUnichar* wresult = nsnull;
|
||||||
PRUint32 whattodo = 0;
|
PRUint32 whattodo = mozITXTToHTMLConv::kURLs;
|
||||||
PRBool enable_emoticons = PR_TRUE;
|
PRBool enable_structs = PR_TRUE;
|
||||||
NS_WITH_SERVICE(nsIPref, prefs, kPrefCID, &rv);
|
NS_WITH_SERVICE(nsIPref, prefs, kPrefCID, &rv);
|
||||||
if (NS_SUCCEEDED(rv) && prefs) {
|
if (NS_SUCCEEDED(rv) && prefs) {
|
||||||
rv = prefs->GetBoolPref(PREF_MAIL_CONVERT_EMOTICONS,&enable_emoticons);
|
rv = prefs->GetBoolPref(PREF_MAIL_CONVERT_STRUCTS,&enable_structs);
|
||||||
if (NS_FAILED(rv) || enable_emoticons) {
|
if (NS_FAILED(rv) || enable_structs) {
|
||||||
whattodo = whattodo | mozITXTToHTMLConv::kGlyphSubstitution;
|
whattodo = whattodo | mozITXTToHTMLConv::kStructPhrase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче