diff options
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 |
