]> git.pld-linux.org Git - packages/thunderbird.git/blame - icedove-prefs.patch
- restored from /SOURCES.old/mozilla-firefox-ac.patch,v
[packages/thunderbird.git] / icedove-prefs.patch
CommitLineData
2e2c9f82 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 //
326b9f24
AM
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
2e2c9f82 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.051333 seconds and 4 git commands to generate.