summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-25 21:06:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-25 21:06:41 -0700
commitf52f51b452fc53295e81c6c8021497a82fedc108 (patch)
tree037d586f9a5ff21e7e48c1578b2787b7da952113 /.muttrc
parent63d52a2362d4622046f7bd7ea108d0958fffedbd (diff)
downloaddotfiles-f52f51b452fc53295e81c6c8021497a82fedc108.tar.gz
cling onto ancient pgp settings
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.muttrc b/.muttrc
index 983127b1..79737637 100644
--- a/.muttrc
+++ b/.muttrc
@@ -97,6 +97,9 @@ set fcc_clear = no
set pgp_use_gpg_agent = yes
#set pgp_strict_enc # maybe needed?
+# stick with old settings for now
+set crypt_use_gpgme=no
+
set pgp_decode_command="gpg --status-fd=2 --use-agent --no-verbose --quiet --batch --output - %f"
set pgp_verify_command="gpg --status-fd=2 --use-agent --no-verbose --quiet --batch --output - --verify %s %f"
set pgp_decrypt_command="gpg --status-fd=2 --use-agent --no-verbose --quiet --batch --output - %f"