mail: Temporarily switch to Thunderbird

After much struggle with all clients known to me, I now use Thunderbird.
I might not keep using it for a longer time, so I kept the old
configuration and disabled it, so it can be reused at a later time.

Because Thunderbird doesn’t support nice declarative configuration, I
don’t see much sense in configuring the accounts declaratively, when the
settings for the accounts (which is much more) have to be configured
manually.
nazuna
Simon Bruder 2023-04-30 19:13:31 +02:00
parent 0e27e590e4
commit fc0b5902b9
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 9 additions and 4 deletions

View File

@ -75,7 +75,7 @@
(condition: {
inherit condition;
contents = {
user.email = config.accounts.email.accounts.tu-dresden.address;
user.email = "simon.bruder@mailbox.tu-dresden.de";
};
})
[

View File

@ -1,7 +1,12 @@
{ pkgs, ... }:
{
imports = [
./accounts.nix
./aerc
./notmuch.nix
#./accounts.nix
#./aerc
#./notmuch.nix
];
home.packages = with pkgs; [
thunderbird
];
}