From 5387c41c915eefb7da4c68a7631c3ee016055233 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 23 Jul 2022 15:04:05 +0200 Subject: [PATCH] Gets rid of `mail.calendar-integration.opt-out` (removed in TB 68 ESR) --- user.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/user.js b/user.js index 39b3523..4433e67 100644 --- a/user.js +++ b/user.js @@ -1447,14 +1447,6 @@ user_pref("purple.conversations.im.send_typing", false); user_pref("mail.chat.notification_info", 2); /** CALENDAR ***/ -/* 9310: Disable calendar integration - * [SETUP-FEATURE] Lightning calendar add-on is integrated in Thunderbird 38 and later. - * Keeping this preference false allows us to properly show the opt-in/opt-out dialog - * on new profiles fresh start, see [3]. - * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=401779 - * [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1130854 - * [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1130852 ***/ -user_pref("mail.calendar-integration.opt-out", false); /* 9312: Set calendar timezone to avoid system detection [SETUP-INSTALL] * By default, extensive system detection would be performed to find user's current timezone. * Setting this preference to "UTC" should disable it.