]> git.pld-linux.org Git - packages/icedove.git/blob - icedove-prefs.patch
- updated for 2.0.0.16
[packages/icedove.git] / icedove-prefs.patch
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 @@ -48,12 +48,12 @@
4  // App-specific update preferences
5  
6  // Whether or not app updates are enabled
7 -pref("app.update.enabled", true);               
8 +pref("app.update.enabled", false);               
9  
10  // This preference turns on app.update.mode and allows automatic download and
11  // install to take place. We use a separate boolean toggle for this to make     
12  // the UI easier to construct.
13 -pref("app.update.auto", true);
14 +pref("app.update.auto", false);
15  
16  // Defines how the Application Update Service notifies the user about updates:
17  //
18 @@ -376,7 +376,7 @@
19  pref("browser.downloadmanager.behavior", 1);
20  
21  // analyze urls in mail messages for scams
22 -pref("mail.phishing.detection.enabled", true);
23 +pref("mail.phishing.detection.enabled", false);
24  // If phishing detection is enabled, allow fine grained control
25  // of the local, static tests
26  pref("mail.phishing.detection.ipaddresses", true); 
This page took 0.055639 seconds and 3 git commands to generate.