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

git-svn-id: svn://10.0.0.236/trunk@56552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhp%netscape.com 1999-12-25 21:49:50 +00:00
parent 20cf8b5c45
commit a927c60568
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);