Phong Tran
4d986fffc6
Add `thunderbird` as recognized version
2024-11-09 15:15:06 +00:00
Phong Tran
8f7158ebe2
Convert scripts to dos CRLF
2024-11-09 15:15:06 +00:00
Samuel FORESTIER
b6d6d1564b
Bumps to 128.0
2024-11-07 21:24:00 +01:00
Samuel FORESTIER
6183dda54a
Vendors Arkenfox updater/prefsCleaner scripts
...
Also see related : arkenfox/user.js#910
> closes #1 , #10 , #29 , #35 and #41
2024-11-07 20:21:24 +00:00
Samuel FORESTIER
b814b88b93
Applies Arkenfox v115.1..v128.0 migration
2024-11-07 20:21:24 +00:00
Samuel FORESTIER
5d33d6b50e
Fixes ESLint configuration filename in GitHub pull request template
2024-11-07 20:21:24 +00:00
Samuel FORESTIER
100b5537e9
Resets `mail.showCondensedAddresses` (9111) as it's disabled by default
2024-11-07 20:21:24 +00:00
Samuel FORESTIER
55cf3041a7
Adds preferences from TB 128 ESR mailnews.js
2024-11-07 20:21:24 +00:00
boredsquirrel
824edabe63
Enforces secure auto-configuration and fetching from Exchange ( #50 )
...
This patch enforces `mailnews.auto_config.fetchFromISP.sslOnly` and resets `mailnews.auto_config.fetchFromExchange.enabled` to allow fetching from Exchange servers when auto-configuration is enabled.
It also resets two auto-configuration URL preferences as doing so prevented users from re-enabling this feature.
Co-authored-by: Samuel FORESTIER <samuel+dev@forestier.app>
2024-07-09 19:47:44 +00:00
boredsquirrel
48529d1963
Enables sending HTML emails and "resume from crash" ( #49 )
...
This patch re-allows users to send HTML emails (when needed).
It also re-enables "resume from crash" (`browser.sessionstore.resume_from_crash`) and resets `calendar.extract.service.enabled` (already disabled by default).
Co-authored-by: Samuel FORESTIER <samuel+dev@forestier.app>
2024-07-09 19:36:44 +00:00
boredsquirrel
c6fef1356e
Enables project notes (start page) ( #52 )
...
This is to show (by default) update notifications, and allow users to check changelog.
Co-authored-by: Samuel FORESTIER <samuel+dev@forestier.app>
2024-07-09 18:53:26 +00:00
Samuel FORESTIER
ebeb8cf3fb
Updates GitHub Actions to v4 to address Node.js 16 deprecation
2024-04-24 23:32:01 +02:00
Samuel FORESTIER
ee7649a8b4
Migrates ESLint configuration to new (9+) "flat format"
2024-04-24 23:28:00 +02:00
Samuel FORESTIER
7390a8056c
[META] Updates copyrights for 2024
2024-04-24 23:28:00 +02:00
Samuel FORESTIER
e6c5df30f2
Disables ESLint "flat configuration" format
2024-04-21 21:47:04 +02:00
Samuel FORESTIER
ad0cac10b2
Mentions RFP breaks mozAddonManager integration (AMO/ATN)
...
It appears that re-enabling JavaScript is also required. See wiki page :
<https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/4.1-Extensions#installing-extensions-from-amo-atn >
> closes #43
2024-04-21 20:29:29 +02:00
Samuel FORESTIER
d6b18302e4
Bumps to v115.0
2023-11-18 15:02:30 +01:00
Samuel FORESTIER
ee80afc278
Prevents donation appeal page opening on fresh profiles unconditionally
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
3996c279fd
Enforces `datareporting.policy.dataSubmissionPolicyBypassNotification`
...
to completely disable telemetry (by preventing new data submission)
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
088da14f7e
Applies Arkenfox v102.1..v115.1 migration
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
87b0d325e2
Revert "Workaround ETP Strict Mode lack of support in 102"
...
This reverts commit d8d79d6c84
.
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
5a59c1b7e7
Enforces `mail.html_sanitize.drop_conditional_css` (TB 78 ESR)
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
167ddc02be
Removes preferences related to charset dropped in ESR 78
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
8bd612fd82
Adds preferences from TB 115 ESR mailnews.js
2023-11-18 13:57:45 +00:00
Samuel FORESTIER
fc144d3cb1
Fixes related project repository link
...
> closes #38
2023-09-14 09:57:47 +02:00
Samuel FORESTIER
ac8a715b06
Adds missing semi-colon in reset `mail.rights.version`
2023-07-15 19:13:06 +02:00
Samuel FORESTIER
439e5b5e7d
Adds `mail.inline_attachments.text` to template
...
This preference controls whether "text attachments" (e.g. CSV, HTML or even plain text) should **also** be directly rendered in message body.
> see #35
2023-07-15 19:03:42 +02:00
Samuel FORESTIER
07d26c7881
Resets `mail.SpellCheckBeforeSend`
...
> see #35
2023-07-15 18:56:50 +02:00
Samuel FORESTIER
d2283b8c91
Bumps to v102.2
2023-03-06 18:46:48 +01:00
Samuel FORESTIER
32afc0b38d
Removes duplicate `network.cookie.lifetimePolicy`
...
This commit is a follow-up for d8d79d6c
, where we re-introduced this
preference, during a (partial) revert, to workaround the lack of strict
ETP support.
> closes #33
2023-03-02 18:51:00 +01:00
Samuel FORESTIER
32663905d0
Adds `mail.compose.warned_about_customize_from` preference to template
2023-02-28 17:13:11 +01:00
Samuel FORESTIER
4f5cde426c
Resets `signon.rememberSignons` preference to let the user choose
...
By disabling this preference, we prevented Thunderbird from even asking
whether passwords of new setup mail accounts should be saved or not.
This could be pretty confusing and not handy for daily usage.
Users with _specific_ needs can still unconditionally disable passwords
saving by uncommenting `5003`.
> closes #30
Co-Authored-By: atomGit <atomGit@users.noreply.github.com>
2022-11-27 15:36:16 +01:00
Samuel FORESTIER
cc6cab6525
Restores `security.cert_pinning.enforcement_level` note about PM Bridge
...
It has been silently dropped during 5342ec1
(v78 -> v91 Arkenfox migration).
2022-10-22 17:01:54 +02:00
Samuel FORESTIER
eba6bc4dea
Bumps to v102.1
2022-10-02 11:23:04 +02:00
Samuel FORESTIER
d8d79d6c84
Workaround ETP Strict Mode lack of support in 102
...
In #24 , we wrongly assumed that ETP Strict Mode was available in TB 102 (as it was for FF 102).
This patch aims to workaround this (security) issue by :
* Re-enabling FPI ;
* Re-enabling DNT header ;
* Restoring `network.cookie.cookieBehavior` tweak ;
* Re-enabling ETP with custom settings (including query parameter stripping) ;
* Re-dealing with persistent storage-related preferences (`2700`).
This increases divergence with Arkenfox upstream template.
> see #27
2022-10-02 09:18:05 +00:00
Samuel FORESTIER
494f684d74
Adds `mail.openpgp.remind_encryption_possible` (TB 102.2+)
2022-10-01 17:43:15 +02:00
Samuel FORESTIER
8970a6fda1
Removes `privacy.userContext.newTabContainerOnLeftClick.enabled`
...
It appears this preference has never been implemented in Thunderbird.
2022-10-01 16:22:28 +02:00
Samuel FORESTIER
08713b3ea9
Resets `mail.biff.alert.*` back to default values
...
Let's leave new email alert preferences to their default values, but note that they may be appreciated in some environments.
> See #27
2022-10-01 11:18:23 +02:00
Samuel FORESTIER
a3a5c4ad86
Bumps to v102.0
2022-09-28 20:51:45 +02:00
Samuel FORESTIER
6798bda078
Merge pull request #24 from thunderbird/esr_102
2022-09-28 18:47:43 +00:00
Samuel FORESTIER
c1e6a54f75
Bumps to v102.0-beta2
2022-09-10 17:28:00 +02:00
Samuel FORESTIER
0dcc49687f
Enforces `mailnews.message_display.disable_remote_image`
2022-09-10 17:27:55 +02:00
Samuel FORESTIER
0ccd0c0e99
Enforces `mail.compose.add_link_preview`
2022-09-10 17:27:50 +02:00
Samuel FORESTIER
d778e6d7b6
Adds corresponding SETTING tag for `mail.default_send_format`
2022-09-10 14:20:05 +02:00
Samuel FORESTIER
902231ecf0
Restores two preferences in section 2700
...
`privacy.antitracking.enableWebcompat` & `privacy.partition.serviceWorkers` are actually present in TB ESR 102.
2022-09-10 14:19:29 +02:00
Samuel FORESTIER
ea3c48a7a9
Leaves `app.use_without_mail_account` disabled not to hide emails UI
...
> See <https://searchfox.org/comm-esr102/rev/d9800535d0b488462c8ae64f7fe6647cc42535e1/mail/base/content/msgMail3PaneWindow.js#714-722 >
Co-Authored-By: Dupond <Dupond@users.noreply.github.com>
2022-09-03 10:00:56 +02:00
Samuel FORESTIER
f885b50de5
Removes unnecessary leading spaces in some documentation lines
2022-08-24 10:22:54 +02:00
Samuel FORESTIER
255ccd84ae
Applies Arkenfox v102.0..v102.1 migration
2022-08-24 10:22:53 +02:00
Samuel FORESTIER
0abbda8e39
Adds `mail.biff.show_alert` and `mail.biff.alert.show_*` preferences
2022-08-24 10:22:36 +02:00
Samuel FORESTIER
03c86462d8
Disables new `calendar.extract.service.enabled` preference
2022-08-24 10:22:36 +02:00