зеркало из https://github.com/mozilla/pjs.git
bug 193439 : fix the typo in my check in for the bug (mime_parm_folding -> mime.parm_folding)
This commit is contained in:
Родитель
c6ade594b0
Коммит
a6aa22f905
|
@ -131,7 +131,7 @@ pref("mail.use_fcc", true);
|
|||
pref("mail.cc_self", false);
|
||||
pref("mail.strictly_mime", false);
|
||||
pref("mail.strictly_mime_headers", true);
|
||||
pref("mail.strictly_mime_parm_folding", 2); // 0/1 (RFC 2047), 2(RFC 2231)
|
||||
pref("mail.strictly_mime.parm_folding", 2); // 0/1 (RFC 2047), 2(RFC 2231)
|
||||
pref("mail.label_ascii_only_mail_as_us_ascii", false);
|
||||
pref("mail.file_attach_binary", false);
|
||||
pref("mail.show_headers", 1); // some
|
||||
|
|
Загрузка…
Ссылка в новой задаче