mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-08-19 03:37:50 -04:00
Adds calendar.alarms.showmissed
which default value changed in ESR 140
This commit is contained in:
parent
ef33140e27
commit
a471c97b54
1 changed files with 3 additions and 0 deletions
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue