2020-06-07 13:53:07 +00:00
# Thunderbird
2019-12-03 12:26:59 +00:00
2023-07-22 13:17:02 +00:00
> Since Thunderbird 115.0, necessary [low-level interfaces are not available anymore](https://www.thunderbird-mail.de/forum/thread/92154-allow-html-temp-for-thunderbird-115/) preventing _Allow HTML Temp_ extension to work which might lead you to skip Thunderbird entirely.
2020-06-07 13:53:07 +00:00
You can just copy the `user.js` into Thunderbird's app data directory, e.g. `%AppData%\Mozilla\Thunderbird\profileName` or `~/.thunderbird/profileName` _or_ go to `Settings -> Advanced -> config editor` when editing values manually.
2019-12-03 12:26:59 +00:00
2020-06-07 13:53:07 +00:00
## Addons
* Allow HTML Temp
* DKIM Verifier
## Manual configuration
Please follow [privacy-handbuch.de ](https://www.privacy-handbuch.de/handbuch_31d.htm ) as it's more detailed or use the following for okayish settings.
### Remove Autocrypt and PEP
2019-12-03 12:26:59 +00:00
In _config editor_ set to `false` or `""` for search values `pep` , `autocrypt` and `extraHeaders` .
2020-06-07 13:53:07 +00:00
### Recommended main settings
2019-12-03 12:26:59 +00:00
```
mail.inline_attachments = false
privacy.firstparty.isolate = true
mail.showCondensedAddresses = false
mailnews.headers.showSender = true
mailnews.headers.showUserAgent = true
mail.collect_email_address_outgoing = false
extensions.blocklist.enabled = false
extensions.getAddons.cache.enabled = false
mailnews.start_page.enabled = false
mailnews.start_page.url =
mailnews.start_page.override_url =
2020-06-07 13:53:07 +00:00
network.cookie.cookieBehavior = 1
network.cookie.lifetimePolicy = 2
2019-12-03 12:26:59 +00:00
```
2020-06-07 13:53:07 +00:00
### Recommended setting - Check all folders
2019-12-03 12:26:59 +00:00
```
mail.server.default.check_all_folders_for_new = true
```
2020-06-07 13:53:07 +00:00
### Recommended settings Sort view
2019-12-03 12:26:59 +00:00
```
mailnews.default_sort_type = 18
mailnews.default_sort_order = 2 // 1 (ascending) to 2 (descending)
mailnews.default_view_flags = 0 // 0 (unthreaded) to 1 (threaded)
```
2020-06-07 13:53:07 +00:00
### Server specific settings
2019-12-03 12:26:59 +00:00
**POTENTIALLY DANGEROUS** and might end up in spam!
Right click in config editor -> new String in _config editor_
```
mail.domain.tld.default.hello_argument;[127.0.0.1]
```