components/desktop/thunderbird/patches/thunderbird31-509-enable-extensions.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
     1 Fix for Solaris.
       
     2 This should be investigated for sending upstream.
       
     3 
       
     4 diff -r 727595a78622 mail/app/profile/all-thunderbird.js
       
     5 --- a/mail/app/profile/all-thunderbird.js	Fri Nov 04 22:12:51 2011 +0000
       
     6 +++ b/mail/app/profile/all-thunderbird.js	Wed Nov 09 16:30:30 2011 +0800
       
     7 @@ -138,7 +138,7 @@
       
     8  // Disable add-ons installed into the shared user and shared system areas by
       
     9  // default. This does not include the application directory. See the SCOPE
       
    10  // constants in AddonManager.jsm for values to use here
       
    11 -pref("extensions.autoDisableScopes", 15);
       
    12 +pref("extensions.autoDisableScopes", 11);
       
    13  
       
    14  // Preferences for AMO integration
       
    15  pref("extensions.getAddons.cache.enabled", true);