diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-01 11:42:11 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-01 12:16:23 +0200 |
| commit | e736ed88f4b94047c2f5f9db2412aa227562287d (patch) | |
| tree | c1d1ddc3354f571f01845e219a0eb926e627bfc8 /home/mail | |
| parent | 8ebcf6abcf38a73f015c4b461ebf45612eb78f14 (diff) | |
| download | nixos-e736ed88f4b94047c2f5f9db2412aa227562287d.tar.zst | |
Caldav/Carddav with radicale
Diffstat (limited to 'home/mail')
| -rw-r--r-- | home/mail/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/mail/default.nix b/home/mail/default.nix index 775f0b0..a84f307 100644 --- a/home/mail/default.nix +++ b/home/mail/default.nix @@ -214,6 +214,9 @@ in # aerc will automatically pick up accounts from accounts.email # Additional aerc-wide configuration can go here extraConfig = { + compose = { + address-book-cmd = "khard email --parse --remove-first-line %q"; + }; general = { unsafe-accounts-conf = true; # Example aerc configuration |
