e75128
diff -up comm-esr31/mail/app/profile/all-thunderbird.js.addons comm-esr31/mail/app/profile/all-thunderbird.js
e75128
--- comm-esr31/mail/app/profile/all-thunderbird.js.addons	2014-07-18 02:04:05.000000000 +0200
e75128
+++ comm-esr31/mail/app/profile/all-thunderbird.js	2014-07-29 15:29:11.949728141 +0200
e75128
@@ -174,7 +174,7 @@ pref("extensions.update.autoUpdateDefaul
e75128
 // Disable add-ons installed into the shared user and shared system areas by
e75128
 // default. This does not include the application directory. See the SCOPE
e75128
 // constants in AddonManager.jsm for values to use here
e75128
-pref("extensions.autoDisableScopes", 15);
e75128
+pref("extensions.autoDisableScopes", 0);
e75128
 
e75128
 // Preferences for AMO integration
e75128
 pref("extensions.getAddons.cache.enabled", true);
e75128
diff -up comm-esr31/mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm.addons comm-esr31/mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm
e75128
--- comm-esr31/mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm.addons	2014-07-29 15:29:11.951728146 +0200
e75128
+++ comm-esr31/mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm	2014-07-29 15:30:51.879030210 +0200
e75128
@@ -1894,8 +1894,8 @@ this.XPIProvider = {
e75128
         this.showUpgradeUI();
e75128
         flushCaches = true;
e75128
       }
e75128
-      else if (aAppChanged === undefined) {
e75128
-        // For new profiles we will never need to show the add-on selection UI
e75128
+      else {
e75128
+        // For all profiles we will never need to show the add-on selection UI
e75128
         Services.prefs.setBoolPref(PREF_SHOWN_SELECTION_UI, true);
e75128
       }
e75128