mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-01 17:38:31 +02:00
Adds calendar.alarms.showmissed
which default value changed in ESR 140
This commit is contained in:
3
user.js
3
user.js
@ -1508,6 +1508,9 @@ user_pref("mail.chat.notification_info", 2);
|
||||
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]
|
||||
/* 9314: Show missed reminders (disabled by default since ESR140.0)
|
||||
* [SETTING] Calendar > Reminders > Show missed reminders for writable calendars ***/
|
||||
// user_pref("calendar.alarms.showmissed", true);
|
||||
|
||||
/** RSS ***/
|
||||
/* 9323: Feed message display (summary or web page), on open.
|
||||
|
Reference in New Issue
Block a user