thunderbird/thunderbird-enable-addons.patch

13 lines
779 B
Diff
Raw Normal View History

2014-07-29 13:36:08 +00:00
diff -up comm-esr31/mail/app/profile/all-thunderbird.js.addons comm-esr31/mail/app/profile/all-thunderbird.js
--- comm-esr31/mail/app/profile/all-thunderbird.js.addons 2014-07-18 02:04:05.000000000 +0200
+++ comm-esr31/mail/app/profile/all-thunderbird.js 2014-07-29 15:29:11.949728141 +0200
2017-04-04 14:29:04 +00:00
@@ -174,7 +174,8 @@ pref("extensions.update.autoUpdateDefaul
2014-07-29 13:36:08 +00:00
// 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", 0);
2017-04-04 14:29:04 +00:00
+pref("extensions.showMismatchUI", false);
2014-07-29 13:36:08 +00:00
// Preferences for AMO integration
2017-04-04 14:29:04 +00:00
pref("extensions.getAddons.cache.enabled", true);