]> git.pld-linux.org Git - packages/thunderbird.git/blob - icedove-prefs.patch
- updated to 31.4.0
[packages/thunderbird.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 @@ -78,7 +78,7 @@
4  // This preference turns on app.update.mode and allows automatic download and
5  // install to take place. We use a separate boolean toggle for this to make     
6  // the UI easier to construct.
7 -pref("app.update.auto", true);
8 +pref("app.update.auto", false);
9  
10  // Defines how the Application Update Service notifies the user about updates:
11  //
12 @@ -373,7 +373,7 @@
13  pref("alerts.totalOpenTime", 3000);
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); 
This page took 0.043661 seconds and 3 git commands to generate.