myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit dbffbb878f50c84878974339f8d7b469ab8a5595
parent 6e01cf3a7f8adf6f366f4a89992354904d43fb10
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 31 Mar 2024 11:38:41 +0200

-gpgme to avoid problems

Diffstat:
mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -24,7 +24,7 @@ set editor="vim -c ':so ~/config/vim/vimrc_mail' +1 +/^$/" set pgp_autosign set pgp_replyencrypt set pgp_use_gpg_agent -set crypt_use_gpgme=no +# set crypt_use_gpgme=no set crypt_autosmime=no set crypt_opportunistic_encrypt message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp"