From 46b72219b92eb26e32ab59dff69b43563932bea2 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 17 Jan 2020 21:46:13 +1300 Subject: [PATCH] mail: small adjustments --- system/desktop/mail-stuff.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index a3adcd7..ae1b9c0 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -382,7 +382,9 @@ in { set crypt_replysign=yes set crypt_replyencrypt=yes set crypt_replysignencrypted=yes - set crypt_autoencrypt = yes + + # mutt is not smart enough to see if I have a key or not + #set crypt_autoencrypt = yes set pgp_check_gpg_decrypt_status_fd set pgp_use_gpg_agent = yes @@ -478,8 +480,8 @@ in { bind index l noop bind pager l noop - macro index l "" # set tags manual - macro pager l "" # set tags manual + macro index l "" # set tags manual + macro pager l "" # set tags manual # taskwarrior # -----------