зеркало из https://github.com/mozilla/pjs.git
Bug #37509 --> if a folder doesn't have a charset, then get it from
the pref: mailnews.view_default_charset
This commit is contained in:
Родитель
8726699c59
Коммит
a8a4394c4a
|
@ -249,7 +249,7 @@ NS_IMETHODIMP nsMsgDBFolder::GetCharset(PRUnichar * *aCharset)
|
|||
char *prefCharset = nsnull;
|
||||
if (NS_SUCCEEDED(rv))
|
||||
{
|
||||
rv = prefs->CopyCharPref("mailnews.send_default_charset", &prefCharset);
|
||||
rv = prefs->CopyCharPref("mailnews.view_default_charset", &prefCharset);
|
||||
}
|
||||
|
||||
nsAutoString prefCharsetStr;
|
||||
|
|
Загрузка…
Ссылка в новой задаче