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