]> git.pld-linux.org Git - packages/thunderbird.git/blame - icedove-prefs.patch
- added -condstore.patch to fix annoying bug, see https://bugzilla.mozilla.org/show_b...
[packages/thunderbird.git] / icedove-prefs.patch
CommitLineData
28003d8c
SP
1--- mail/app/profile/all-thunderbird.js 2009-12-05 02:53:47.000000000 +0100
2+++ mail/app/profile/all-thunderbird.js 2009-12-17 11:11:15.450649343 +0100
5978455b 3@@ -73,12 +73,12 @@
2e2c9f82 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 //
5978455b
SP
18@@ -373,7 +373,7 @@
19 pref("alerts.totalOpenTime", 3000);
2e2c9f82 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.035823 seconds and 4 git commands to generate.