]> git.pld-linux.org Git - packages/thunderbird.git/blame - prefs.patch
bug 1245783 seems to be fixed already so drop patch with workaround
[packages/thunderbird.git] / prefs.patch
CommitLineData
33107162 1--- mozilla.orig/mail/app/profile/all-thunderbird.js 2008-06-23 14:04:11.000000000 +0200
2+++ mozilla/mail/app/profile/all-thunderbird.js 2008-06-24 13:22:48.000000000 +0200
3@@ -78,7 +78,7 @@
210a9feb
JR
4 // If set to true, the Update Service will automatically download updates when
5 // app updates are enabled per the app.update.enabled preference and if the user
6 // can apply updates.
2e2c9f82 7-pref("app.update.auto", true);
8+pref("app.update.auto", false);
9
210a9feb
JR
10 // If set to true, the Update Service will present no UI for any event.
11 pref("app.update.silent", false);
5978455b
SP
12@@ -373,7 +373,7 @@
13 pref("alerts.totalOpenTime", 3000);
2e2c9f82 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);
3a30e2d7
JR
21--- mozilla.orig/mozilla/modules/libpref/init/all.js
22+++ mozilla/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 // This preference limits the memory usage of javascript.
29 // If you want to change these values for your device,
30 // please find Bug 417052 comment 17 and Bug 456721
This page took 0.063183 seconds and 4 git commands to generate.