[packages/thunderbird] rediffed patches
atler
atler at pld-linux.org
Tue Feb 23 22:21:32 CET 2021
commit f5b2043f811267e3c829785eca3cb579cfdc5f3c
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Feb 23 22:21:01 2021 +0100
rediffed patches
enable-addons.patch | 4 ++--
prefs.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/enable-addons.patch b/enable-addons.patch
index 8aab52f..c21d629 100644
--- a/enable-addons.patch
+++ b/enable-addons.patch
@@ -7,8 +7,8 @@
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 3);
- // Preferences for AMO integration
- pref("extensions.getAddons.cache.enabled", true);
+ // Enable add-ons installed and owned by the application, like the default theme.
+ pref("extensions.startupScanScopes", 4);
--- comm/suite/app/profile/suite-prefs.js~ 2013-11-06 19:54:38.789734061 +0100
+++ comm/suite/app/profile/suite-prefs.js 2013-11-06 20:55:33.765611935 +0100
@@ -616,7 +616,7 @@
diff --git a/prefs.patch b/prefs.patch
index 6ebb478..a3e81b9 100644
--- a/prefs.patch
+++ b/prefs.patch
@@ -8,7 +8,7 @@
+ pref("app.update.auto", false);
#endif
- // If set to true, the Update Service will present no UI for any event.
+ // If set to true, the Update Service will apply updates in the background
@@ -416,7 +416,7 @@
#endif
@@ -26,5 +26,5 @@
pref("javascript.options.discardSystemSource", false);
+pref("javascript.options.showInConsole", true);
- // Many of the the following preferences tune the SpiderMonkey GC, if yo
+ // Many of the the following preferences tune the SpiderMonkey GC, if you
// change the defaults here please also consider changing them in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/f5b2043f811267e3c829785eca3cb579cfdc5f3c
More information about the pld-cvs-commit
mailing list