From 6e30f3d6277096dd2962bbf9b3d75b28a9140fbd Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Mon, 8 Aug 2005 22:57:36 +0000 Subject: [PATCH] by default app.update.enabled should be true git-svn-id: svn://10.0.0.236/trunk@177374 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/app/profile/all-thunderbird.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mail/app/profile/all-thunderbird.js b/mozilla/mail/app/profile/all-thunderbird.js index 09fe787cbc9..e330428aefc 100644 --- a/mozilla/mail/app/profile/all-thunderbird.js +++ b/mozilla/mail/app/profile/all-thunderbird.js @@ -53,7 +53,7 @@ pref("update.extensions.enabled", true); // App-specific update preferences // Whether or not app updates are enabled -pref("app.update.enabled", false); +pref("app.update.enabled", true); // This preference turns on app.update.mode and allows automatic download and // install to take place. We use a separate boolean toggle for this to make