mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-04 23:35:25 +01:00
Compare commits
4 Commits
v140.0
...
version/12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58740ffc13 | ||
|
|
66c18fa2c3 | ||
|
|
86db61d4e1 | ||
|
|
9fa3c438a4 |
14
user.js
14
user.js
@@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: thunderbird user.js
|
* name: thunderbird user.js
|
||||||
* date: 7 November 2024
|
* date: 28 September 2025
|
||||||
* version: v128.0
|
* version: v128.2
|
||||||
* url: https://github.com/HorlogeSkynet/thunderbird-user.js
|
* url: https://github.com/HorlogeSkynet/thunderbird-user.js
|
||||||
* license: MIT (https://github.com/HorlogeSkynet/thunderbird-user.js/blob/master/LICENSE)
|
* license: MIT (https://github.com/HorlogeSkynet/thunderbird-user.js/blob/master/LICENSE)
|
||||||
|
|
||||||
@@ -1273,7 +1273,7 @@ user_pref("mailnews.headers.showSender", true);
|
|||||||
/* 9121:
|
/* 9121:
|
||||||
* true=Show User Agent header in message pane
|
* true=Show User Agent header in message pane
|
||||||
* false=Does nothing. (default) ***/
|
* false=Does nothing. (default) ***/
|
||||||
user_pref("mailnews.headers.showUserAgent", false);
|
user_pref("mailnews.headers.showUserAgent", true);
|
||||||
/* 9122: Hello argument
|
/* 9122: Hello argument
|
||||||
* Lets you replace your IP address with the specified string in Received: headers when your
|
* Lets you replace your IP address with the specified string in Received: headers when your
|
||||||
* IP address is not a "fully qualified domain name" (FQDN). Typically you only need to do this
|
* IP address is not a "fully qualified domain name" (FQDN). Typically you only need to do this
|
||||||
@@ -1472,10 +1472,12 @@ user_pref("mail.chat.notification_info", 2);
|
|||||||
|
|
||||||
/** CALENDAR ***/
|
/** CALENDAR ***/
|
||||||
/* 9312: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
/* 9312: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
||||||
* By default, extensive system detection would be performed to find user's current timezone.
|
* By default, extensive system detection is performed to find current timezone (if OS supports it).
|
||||||
* Setting this preference to "UTC" should disable it.
|
* Disable system detection and set timezone to "UTC".
|
||||||
* You may also directly set it to your timezone, i.e. "Pacific/Fakaofo"
|
* You may also directly set it to your timezone, i.e. "Pacific/Fakaofo"
|
||||||
* [SETTING] Calendar > Calendar > Timezone ***/
|
* [SETTING] Calendar > Calendar > Set timezone manually / Timezone
|
||||||
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1606357 ***/
|
||||||
|
user_pref("calendar.timezone.useSystemTimezone", false);
|
||||||
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user