Changing the default value of using quoted printable in mail message bodies - Bug #29210

This commit is contained in:
rhp%netscape.com 2000-03-28 07:21:13 +00:00
parent 773c3ef80b
commit c2e5120e3a
2 changed files with 4 additions and 4 deletions

View File

@ -101,8 +101,8 @@ 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", true);
pref("mail.strictly_mime_headers", true);
pref("mail.strictly_mime", false);
pref("mail.strictly_mime_headers", true);
pref("mail.file_attach_binary", false);
pref("mail.use_signature_file", false);
pref("mail.show_headers", 1); // some

View File

@ -101,8 +101,8 @@ 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", true);
pref("mail.strictly_mime_headers", true);
pref("mail.strictly_mime", false);
pref("mail.strictly_mime_headers", true);
pref("mail.file_attach_binary", false);
pref("mail.use_signature_file", false);
pref("mail.show_headers", 1); // some