Emily
11b09b10e4
treewide: add missing option descriptions
...
The new options processor errors out on these by default, and it's
good for every option to have documentation in general.
2023-07-17 16:49:35 +01:00
Alois Wohlschlager
75b24cc557
thunderbird: support aliases
...
The main email address, as well as all aliases, each get mapped to one
identity in Thunderbird. All these identities are then linked to their
account.
2023-06-14 08:31:26 +02:00
VwCSXg
6db559daa9
thunderbird: add extraConfig option
...
The added extraConfig option allowes users to insert custom text at
the end of the generated profile `user.js` file. This allows the users
to import templates as part of their configuration.
2023-04-17 22:42:32 +02:00
Matthew_Cash
28698126bd
thunderbird: add userChrome and userContent options
...
Add an option to the Thunderbird module that allows specifying CSS for
userChrome and userContent styling
PR #3808
2023-04-12 00:06:38 +02:00
David
2b02f8c7cb
thunderbird: use account id for IMAP directory name
...
This allows users to have multiple accounts on the same domain within
the same profile.
Fixes #3448 .
2022-12-04 13:49:29 +01:00
David
651db464dc
thunderbird: allow using the module on Darwin
...
While the Nix packages for Thunderbird are not available for macOS,
the module can still be used to manage profiles and configuration.
Fixes #3407 .
2022-11-13 10:06:36 +01:00
David
b764068a50
thunderbird: add module
...
Add a new Thunderbird module that uses the configuration in
`accounts.email.accounts` to setup SMTP and IMAP accounts.
Multiple profiles are not supported at this point.
2022-11-04 16:12:12 +01:00