components/desktop/thunderbird/patches/thunderbird31-509-enable-extensions.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Mon, 11 Jan 2016 09:27:45 -0800
changeset 5255 cea0e462549a
permissions -rw-r--r--
22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland

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);