X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=icedove-prefs.patch;h=61c8a4b390001526ec315e8764c93ec2f32c3e3a;hb=98fa662c0567f365c9db8921ebbf6be5746f31a2;hp=f5f244621f0ac947c02a8977f4aeb8f923506c2f;hpb=28003d8c0c290d29605dc3f7290dfa8c6255881e;p=packages%2Fthunderbird.git diff --git a/icedove-prefs.patch b/icedove-prefs.patch index f5f2446..61c8a4b 100644 --- a/icedove-prefs.patch +++ b/icedove-prefs.patch @@ -1,12 +1,6 @@ ---- mail/app/profile/all-thunderbird.js 2009-12-05 02:53:47.000000000 +0100 -+++ mail/app/profile/all-thunderbird.js 2009-12-17 11:11:15.450649343 +0100 -@@ -73,12 +73,12 @@ - // App-specific update preferences - - // Whether or not app updates are enabled --pref("app.update.enabled", true); -+pref("app.update.enabled", false); - +--- 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 @@ // This preference turns on app.update.mode and allows automatic download and // install to take place. We use a separate boolean toggle for this to make // the UI easier to construct. @@ -24,3 +18,13 @@ // 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 +@@ -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