mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-23 11:00:56 -05:00
Adds calendar.alarms.showmissed which default value changed in ESR 140
This commit is contained in:
parent
b6d3bd1db2
commit
7390c00bb0
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: ""]
|
user_pref("calendar.timezone.local", "UTC"); // [DEFAULT: ""]
|
||||||
/* 9313: Disable calendar service performing event "extraction" from email content ***/
|
/* 9313: Disable calendar service performing event "extraction" from email content ***/
|
||||||
// user_pref("calendar.extract.service.enabled", false); // [DEFAULT: false]
|
// 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 ***/
|
/** RSS ***/
|
||||||
/* 9323: Feed message display (summary or web page), on open.
|
/* 9323: Feed message display (summary or web page), on open.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue