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 # -----------