]> git.pld-linux.org Git - packages/thunderbird.git/blob - prefs.patch
up to 78.9.0
[packages/thunderbird.git] / prefs.patch
1 --- mozilla.orig/comm/mail/app/profile/all-thunderbird.js       2008-06-23 14:04:11.000000000 +0200
2 +++ mozilla/comm/mail/app/profile/all-thunderbird.js    2008-06-24 13:22:48.000000000 +0200
3 @@ -55,7 +55,7 @@
4  // should no longer be used directly. Instead, getAppUpdateAutoEnabled and
5  // getAppUpdateAutoEnabled from UpdateUtils.jsm should be used.
6  #ifndef XP_WIN
7 - pref("app.update.auto", true);
8 + pref("app.update.auto", false);
9  #endif
10  
11  // If set to true, the Update Service will apply updates in the background
12 @@ -416,7 +416,7 @@
13  #endif
14  
15  // analyze urls in mail messages for scams
16 -pref("mail.phishing.detection.enabled", true);
17 +pref("mail.phishing.detection.enabled", false);
18  // If phishing detection is enabled, allow fine grained control
19  // of the local, static tests
20  pref("mail.phishing.detection.ipaddresses", true);
21 --- mozilla.orig/modules/libpref/init/all.js
22 +++ mozilla/modules/libpref/init/all.js
23 @@ -1053,6 +1053,7 @@ pref("javascript.options.ion.offthread_compilation", true);
24  // memory, but makes things like Function.prototype.toSource()
25  // fail.
26  pref("javascript.options.discardSystemSource", false);
27 +pref("javascript.options.showInConsole",    true);
28  
29  // Many of the the following preferences tune the SpiderMonkey GC, if you
30  // change the defaults here please also consider changing them in
This page took 0.067344 seconds and 3 git commands to generate.