intl.regional_prefs.use_os_locales has been removed in Thunderbird v78 ESR

Samuel FORESTIER 2022-09-10 10:50:27 +00:00
parent 263f716da3
commit 4cf94f9a7f

@ -2,4 +2,4 @@ These options aren't really relevant if you're sending from an email such as you
* `privacy.resistFingerprinting` When this is set to `true` your emails will be sent from a UTC timezone * `privacy.resistFingerprinting` When this is set to `true` your emails will be sent from a UTC timezone
* If you do not want to have a UTC timezone then it is best you just comment out `privacy.resistFingerprinting`. If you set it to `false` you'll find that the DateTime picker in Calendar will not work and will loop back to -1 years with a date of 30/12/02. You'll also see this error in console * If you do not want to have a UTC timezone then it is best you just comment out `privacy.resistFingerprinting`. If you set it to `false` you'll find that the DateTime picker in Calendar will not work and will loop back to -1 years with a date of 30/12/02. You'll also see this error in console
`JavaScript error: chrome://calendar/content/datetimepickers/datetimepickers.xml, line 1875: RangeError: date value is not finite in DateTimeFormat.format()` `JavaScript error: chrome://calendar/content/datetimepickers/datetimepickers.xml, line 1875: RangeError: date value is not finite in DateTimeFormat.format()`
* `intl.regional_prefs.use_os_locales` When this option is set to `false` you won't see things according to your operating system's locale. * (Thunderbird <= v68) `intl.regional_prefs.use_os_locales` When this is set to `false` you won't see things according to your operating system's locale.