diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index 2f035ca8bcd..886d14f9597 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -295,6 +295,8 @@ pref("mail.toolbars.showbutton.junk", true); pref("mail.toolbars.showbutton.print",false); pref("mail.toolbars.showbutton.stop", false); +pref("mailnews.thread_pane_column_unthreads", true); + pref("mailnews.account_central_page.url", "chrome://messenger/locale/messenger.properties"); /* default prefs for Mozilla 5.0 */ diff --git a/mozilla/modules/libpref/src/init/mailnews.js b/mozilla/modules/libpref/src/init/mailnews.js index 2f035ca8bcd..886d14f9597 100644 --- a/mozilla/modules/libpref/src/init/mailnews.js +++ b/mozilla/modules/libpref/src/init/mailnews.js @@ -295,6 +295,8 @@ pref("mail.toolbars.showbutton.junk", true); pref("mail.toolbars.showbutton.print",false); pref("mail.toolbars.showbutton.stop", false); +pref("mailnews.thread_pane_column_unthreads", true); + pref("mailnews.account_central_page.url", "chrome://messenger/locale/messenger.properties"); /* default prefs for Mozilla 5.0 */