b6b370a
diff -up comm-esr31/mail/app/profile/all-thunderbird.js.addons comm-esr31/mail/app/profile/all-thunderbird.js
b6b370a
--- comm-esr31/mail/app/profile/all-thunderbird.js.addons	2014-07-18 02:04:05.000000000 +0200
b6b370a
+++ comm-esr31/mail/app/profile/all-thunderbird.js	2014-07-29 15:29:11.949728141 +0200
6b25e5e
@@ -174,7 +174,8 @@ pref("extensions.update.autoUpdateDefaul
b6b370a
 // Disable add-ons installed into the shared user and shared system areas by
b6b370a
 // default. This does not include the application directory. See the SCOPE
b6b370a
 // constants in AddonManager.jsm for values to use here
b6b370a
-pref("extensions.autoDisableScopes", 15);
b6b370a
+pref("extensions.autoDisableScopes", 0);
6b25e5e
+pref("extensions.showMismatchUI", false);
b6b370a
 
b6b370a
 // Preferences for AMO integration
6b25e5e
 pref("extensions.getAddons.cache.enabled", true);