aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-25 21:47:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-25 21:47:17 +1300
commit9210d7f8478a9f9942e4c11da0cc84b851d346b6 (patch)
treefde09a199ed62d1fad22ea30845259263c722c80 /mutt
parentSwitch from xbindkeys to sxhkd (diff)
downloaddotfiles-9210d7f8478a9f9942e4c11da0cc84b851d346b6.tar.gz
dotfiles-9210d7f8478a9f9942e4c11da0cc84b851d346b6.zip
Make traditional PGP decoding work again
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 3a38a7cf..953ab418 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -108,6 +108,9 @@ set crypt_use_gpgme = yes
set crypt_use_pka = yes
set crypt_verify_sig = yes
+# Do decode classic PGP messages, though we'll never write them
+set pgp_auto_decode = yes
+
# Vim-ish bindings
bind index gg first-entry
bind index G last-entry