diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-06-01 18:43:06 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-06-01 18:43:06 +0200 |
commit | ba54b90608ca644838f9a973484eea0b059a1d2a (patch) | |
tree | e108b5ac501f49ef636c51ac01b41ca5ae53676d /mutt | |
parent | 25723e658f16b789dff2872e99facde3381615bd (diff) | |
download | dotfiles-ba54b90608ca644838f9a973484eea0b059a1d2a.tar.gz dotfiles-ba54b90608ca644838f9a973484eea0b059a1d2a.tar.bz2 dotfiles-ba54b90608ca644838f9a973484eea0b059a1d2a.zip |
updated mutt to support inline PGP encrypted messages
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/crypto.rc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |