mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Part of fix for sending >72 character lines - Bug #: 22465
This commit is contained in:
parent
7923943ee4
commit
6a52510db7
@ -100,7 +100,7 @@ pref("mail.cc_self", false);
|
||||
pref("mail.limit_message_size", false);
|
||||
pref("mail.max_size", 50); // download message size limit
|
||||
pref("mail.deliver_immediately", true);
|
||||
pref("mail.strictly_mime", false);
|
||||
pref("mail.strictly_mime", true);
|
||||
pref("mail.strictly_mime_headers", true);
|
||||
pref("mail.file_attach_binary", false);
|
||||
pref("mail.use_signature_file", false);
|
||||
|
@ -100,7 +100,7 @@ pref("mail.cc_self", false);
|
||||
pref("mail.limit_message_size", false);
|
||||
pref("mail.max_size", 50); // download message size limit
|
||||
pref("mail.deliver_immediately", true);
|
||||
pref("mail.strictly_mime", false);
|
||||
pref("mail.strictly_mime", true);
|
||||
pref("mail.strictly_mime_headers", true);
|
||||
pref("mail.file_attach_binary", false);
|
||||
pref("mail.use_signature_file", false);
|
||||
|
Loading…
Reference in New Issue
Block a user