From 03c86462d89ecf7064a2e163f8225218408681bc Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 23 Jul 2022 15:19:38 +0200 Subject: [PATCH] Disables new `calendar.extract.service.enabled` preference --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index 0bb19e6..5914730 100644 --- a/user.js +++ b/user.js @@ -1446,6 +1446,8 @@ user_pref("mail.chat.notification_info", 2); * You may also directly set it to your timezone, i.e. "Pacific/Fakaofo" * [SETTING] Calendar > Calendar > Timezone ***/ user_pref("calendar.timezone.local", "UTC"); // [DEFAULT: ""] +/* 9313: Disable calendar service performing event "extraction" from email content ***/ +user_pref("calendar.extract.service.enabled", false); // [DEFAULT: false] /** RSS ***/ /** These features don't actually do anything as they aren't implemented