Add default value for compose_html

This commit is contained in:
ducarroz%netscape.com 1999-07-01 21:52:26 +00:00
parent 70ee2e1253
commit e447512cc8
2 changed files with 6 additions and 0 deletions

View File

@ -334,3 +334,6 @@ pref("ldap_2.version", 1); /* Update kCurrentListVersion in include/di
/* until bug #7417 gets fix, or until beta */
pref("mailnews.start_page.url", "http://people.netscape.com/sspitzer/startpage.html");
pref("mailnews.start_page.enabled", true);
/* default prefs for Mozilla 5.0 */
pref("mail.identity.default.compose_html", true);

View File

@ -334,3 +334,6 @@ pref("ldap_2.version", 1); /* Update kCurrentListVersion in include/di
/* until bug #7417 gets fix, or until beta */
pref("mailnews.start_page.url", "http://people.netscape.com/sspitzer/startpage.html");
pref("mailnews.start_page.enabled", true);
/* default prefs for Mozilla 5.0 */
pref("mail.identity.default.compose_html", true);