]> git.pld-linux.org Git - packages/thunderbird.git/blob - icedove-prefs.patch
- release 3
[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 @@ -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 @@ -211,6 +211,7 @@
19  /////////////////////////////////////////////////////////////////
20  
21  // l12n and i18n
22 +pref("intl.locale.matchOS", true);
23  pref("intl.charsetmenu.mailedit", "chrome://global/locale/intl.properties");
24  pref("intl.accept_languages", "chrome://global/locale/intl.properties");
25  // collationOption is only set on linux for japanese. see bug 18338 and 62015
26 @@ -376,7 +376,7 @@
27  pref("browser.downloadmanager.behavior", 1);
28  
29  // analyze urls in mail messages for scams
30 -pref("mail.phishing.detection.enabled", true);
31 +pref("mail.phishing.detection.enabled", false);
32  // If phishing detection is enabled, allow fine grained control
33  // of the local, static tests
34  pref("mail.phishing.detection.ipaddresses", true); 
This page took 0.035788 seconds and 3 git commands to generate.