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

git-svn-id: svn://10.0.0.236/trunk@64338 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhp%netscape.com
2000-03-28 07:21:13 +00:00
parent e245c83e46
commit 0dfbf00520
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