Part of fix for sending >72 character lines - Bug #: 22465

This commit is contained in:
rhp%netscape.com 1999-12-25 21:49:50 +00:00
parent 7923943ee4
commit 6a52510db7
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);