From 81d0ff1477b536826c1b061e36347880d8d53c17 Mon Sep 17 00:00:00 2001 From: "mnyromyr%tprac.de" Date: Wed, 21 Nov 2007 19:19:28 +0000 Subject: [PATCH] Bug 397928: let mailnews.thread_pane_column_unthreads default to false, but for SM only; r=bienvenu, sr=neil --- mail/app/profile/all-thunderbird.js | 3 +++ mailnews/mailnews.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index e47e041c1a9..1105e3a2df9 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -197,6 +197,9 @@ pref("mailnews.headers.minNumHeaders", 0); // 0 means we ignore this pref // 0-Accept, 1-dontAcceptForeign, 2-dontUse pref("network.cookie.cookieBehavior", 0); +// if true, any click on a column header other than the thread column will unthread the view +pref("mailnews.thread_pane_column_unthreads", true); + ///////////////////////////////////////////////////////////////// // End seamonkey suite mailnews.js pref overrides ///////////////////////////////////////////////////////////////// diff --git a/mailnews/mailnews.js b/mailnews/mailnews.js index 629c7478263..a06e7ac0fe6 100644 --- a/mailnews/mailnews.js +++ b/mailnews/mailnews.js @@ -387,7 +387,7 @@ 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.thread_pane_column_unthreads", false); pref("mailnews.account_central_page.url", "chrome://messenger/locale/messenger.properties");