Resets mailnews.display.date_senders_timezone (9124) to show sender TZ

> see #69
This commit is contained in:
Samuel FORESTIER
2025-09-28 18:06:04 +02:00
parent 4527111213
commit d7983009a8

View File

@@ -1321,8 +1321,8 @@ user_pref("mail.smtpserver.default.hello_argument", "[127.0.0.1]");
* [2] http://wiki.cacert.org/ThunderBirdAdvancedConfig * [2] http://wiki.cacert.org/ThunderBirdAdvancedConfig
* ***/ * ***/
user_pref("mailnews.display.original_date", false); user_pref("mailnews.display.original_date", false);
/* 9124: Display the sender's Timezone when set to true ***/ /* 9124: Hide the sender's timezone from e-mail date and time ***/
user_pref("mailnews.display.date_senders_timezone", false); // user_pref("mailnews.display.date_senders_timezone", false);
/* 9125: Display Time Date based on Received Header /* 9125: Display Time Date based on Received Header
* Thunderbird shows the time when the message was sent, according to the sender. It is possible * Thunderbird shows the time when the message was sent, according to the sender. It is possible
* to make Thunderbird show the time when the message arrived on your mail server, based on the * to make Thunderbird show the time when the message arrived on your mail server, based on the