mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Add default value for compose_html
This commit is contained in:
parent
70ee2e1253
commit
e447512cc8
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user