SOURCES: icedove-prefs.spec (NEW) - disable auto updates, they don't work a...

hawk hawk at pld-linux.org
Tue Jun 24 13:25:29 CEST 2008


Author: hawk                         Date: Tue Jun 24 11:25:29 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable auto updates, they don't work anyway, disable phishing URL scanning

---- Files affected:
SOURCES:
   icedove-prefs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/icedove-prefs.spec
diff -u /dev/null SOURCES/icedove-prefs.spec:1.1
--- /dev/null	Tue Jun 24 13:25:29 2008
+++ SOURCES/icedove-prefs.spec	Tue Jun 24 13:25:23 2008
@@ -0,0 +1,26 @@
+--- 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
+@@ -48,12 +48,12 @@
+ // App-specific update preferences
+ 
+ // Whether or not app updates are enabled
+-pref("app.update.enabled", true);               
++pref("app.update.enabled", false);               
+ 
+ // 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.
+-pref("app.update.auto", true);
++pref("app.update.auto", false);
+ 
+ // Defines how the Application Update Service notifies the user about updates:
+ //
+@@ -376,7 +376,7 @@
+ pref("browser.downloadmanager.behavior", 1);
+ 
+ // 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); 
================================================================


More information about the pld-cvs-commit mailing list