aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mutt/crypto.rc2
-rw-r--r--muttrc1
2 files changed, 2 insertions, 1 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"
diff --git a/muttrc b/muttrc
index 4440548..679acba 100644
--- a/muttrc
+++ b/muttrc
@@ -102,4 +102,3 @@ set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n
macro pager \cb 'urlview' 'Follow links with urlview'
-