From ba54b90608ca644838f9a973484eea0b059a1d2a Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 1 Jun 2014 18:43:06 +0200 Subject: updated mutt to support inline PGP encrypted messages --- mutt/crypto.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mutt') diff --git a/mutt/crypto.rc b/mutt/crypto.rc index 0cebb6f..48842dc 100644 --- a/mutt/crypto.rc +++ b/mutt/crypto.rc @@ -41,3 +41,5 @@ set crypt_replysignencrypted=yes # automatically verify the sign of a message when opened set crypt_verify_sig=yes +# enable inline / traditional pgp support +message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp" -- cgit v1.2.3-54-g00ecf