components/desktop/thunderbird/patches/thunderbird-06-enable-extensions.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 05 Oct 2016 01:21:05 -0700
branchs11u3-sru
changeset 7090 49c102d793d0
permissions -rw-r--r--
24698806 Upgrade Thunderbird to version 45.3.0 24802000 problem in TBIRD/MAILER

Fix for Solaris.
This should be investigated for sending upstream.

diff -r 727595a78622 mail/app/profile/all-thunderbird.js
--- a/mail/app/profile/all-thunderbird.js	Fri Nov 04 22:12:51 2011 +0000
+++ b/mail/app/profile/all-thunderbird.js	Wed Nov 09 16:30:30 2011 +0800
@@ -138,7 +138,7 @@
 // Disable add-ons installed into the shared user and shared system areas by
 // default. This does not include the application directory. See the SCOPE
 // constants in AddonManager.jsm for values to use here
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 11);
 
 // Preferences for AMO integration
 pref("extensions.getAddons.cache.enabled", true);