]> git.pld-linux.org Git - packages/thunderbird.git/blobdiff - prefs.patch
up to 52.7.0
[packages/thunderbird.git] / prefs.patch
index 61c8a4b390001526ec315e8764c93ec2f32c3e3a..417e1214df20bd21b7e277f1b8e15f3933dc1341 100644 (file)
@@ -1,14 +1,14 @@
 --- mozilla.orig/mail/app/profile/all-thunderbird.js   2008-06-23 14:04:11.000000000 +0200
 +++ mozilla/mail/app/profile/all-thunderbird.js        2008-06-24 13:22:48.000000000 +0200
 @@ -78,7 +78,7 @@
- // 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     
- // the UI easier to construct.
+ // If set to true, the Update Service will automatically download updates when
+ // app updates are enabled per the app.update.enabled preference and if the user
+ // can apply updates.
 -pref("app.update.auto", true);
 +pref("app.update.auto", false);
  
- // Defines how the Application Update Service notifies the user about updates:
- //
+ // If set to true, the Update Service will present no UI for any event.
+ pref("app.update.silent", false);
 @@ -373,7 +373,7 @@
  pref("alerts.totalOpenTime", 3000);
  
This page took 0.027694 seconds and 4 git commands to generate.