set pgp_good_sign="^gpg: Good signature from " set pgp_use_gpg_agent = yes set pgp_sign_as = 0xF5A1A949 set pgp_timeout = 60 set crypt_use_gpgme = yes set crypt_autosign = yes set crypt_replyencrypt = yes set crypt_replysignencrypted = yes # add message-hook for non standard-compliant (old) gnupg style messages message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp" send-hook . 'reset crypt_autoencrypt' source "~/.mutt/gpg-auto.rc"