Changeset 483
- Timestamp:
- Dec 10, 2009, 7:44:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/thunderbird_default_config/files/mailnews.js
r411 r483 198 198 pref("mail.encrypt_outgoing_mail", false); 199 199 pref("mail.crypto_sign_outgoing_mail", false); 200 pref("mail.default_html_action", 3); // 0=ask, 1=plain, 2=html, 3=both200 pref("mail.default_html_action", 0); // 0=ask, 1=plain, 2=html, 3=both 201 201 pref("mail.smtp.ssl",0); // 0 = no, 1 = try, 2 = must use SSL 202 202 … … 553 553 */ 554 554 555 pref("mail.forward_message_mode", 2); // 0=default as attachment 2=forward as inline with attachments, (obsolete 4.x value)1=forward as quoted (mapped to 2 in mozilla)555 pref("mail.forward_message_mode", 0); // 0=default as attachment 2=forward as inline with attachments, (obsolete 4.x value)1=forward as quoted (mapped to 2 in mozilla) 556 556 557 557 pref("mail.startup.enabledMailCheckOnce", false);
Note: See TracChangeset
for help on using the changeset viewer.