]> git.pld-linux.org Git - packages/thunderbird.git/blobdiff - prefs.patch
up to 78.7.1
[packages/thunderbird.git] / prefs.patch
index 417e1214df20bd21b7e277f1b8e15f3933dc1341..6ebb47821137876d66ed117314f3d7f7a03b8468 100644 (file)
@@ -1,30 +1,30 @@
---- mozilla.orig/mail/app/profile/all-thunderbird.js   2008-06-23 14:04:11.000000000 +0200
-+++ mozilla/mail/app/profile/all-thunderbird.js        2008-06-24 13:22:48.000000000 +0200
-@@ -78,7 +78,7 @@
- // If set to true, the Update Service will automatically download updates when
- // app updates are enabled per the app.update.enabled preference and if the user
- // can apply updates.
--pref("app.update.auto", true);
-+pref("app.update.auto", false);
+--- mozilla.orig/comm/mail/app/profile/all-thunderbird.js      2008-06-23 14:04:11.000000000 +0200
++++ mozilla/comm/mail/app/profile/all-thunderbird.js   2008-06-24 13:22:48.000000000 +0200
+@@ -55,7 +55,7 @@
+ // should no longer be used directly. Instead, getAppUpdateAutoEnabled and
+ // getAppUpdateAutoEnabled from UpdateUtils.jsm should be used.
+ #ifndef XP_WIN
+- pref("app.update.auto", true);
++ pref("app.update.auto", false);
+ #endif
  
  // If set to true, the Update Service will present no UI for any event.
- pref("app.update.silent", false);
-@@ -373,7 +373,7 @@
- pref("alerts.totalOpenTime", 3000);
+@@ -416,7 +416,7 @@
+ #endif
  
  // analyze urls in mail messages for scams
 -pref("mail.phishing.detection.enabled", true);
 +pref("mail.phishing.detection.enabled", false);
  // If phishing detection is enabled, allow fine grained control
  // of the local, static tests
- pref("mail.phishing.detection.ipaddresses", true); 
---- mozilla.orig/mozilla/modules/libpref/init/all.js
-+++ mozilla/mozilla/modules/libpref/init/all.js
+ pref("mail.phishing.detection.ipaddresses", true);
+--- mozilla.orig/modules/libpref/init/all.js
++++ mozilla/modules/libpref/init/all.js
 @@ -1053,6 +1053,7 @@ pref("javascript.options.ion.offthread_compilation", true);
  // memory, but makes things like Function.prototype.toSource()
  // fail.
  pref("javascript.options.discardSystemSource", false);
 +pref("javascript.options.showInConsole",    true);
- // This preference limits the memory usage of javascript.
- // If you want to change these values for your device,
- // please find Bug 417052 comment 17 and Bug 456721
+ // Many of the the following preferences tune the SpiderMonkey GC, if yo
+ // change the defaults here please also consider changing them in
This page took 0.07852 seconds and 4 git commands to generate.