components/desktop/thunderbird/patches/thunderbird31-509-enable-extensions.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
--- a/components/desktop/thunderbird/patches/thunderbird31-509-enable-extensions.patch	Tue Mar 01 10:33:35 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-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);