summaryrefslogtreecommitdiff
path: root/.mutt/crypto
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/crypto')
-rw-r--r--.mutt/crypto8
1 files changed, 4 insertions, 4 deletions
diff --git a/.mutt/crypto b/.mutt/crypto
index d6c9def..393820b 100644
--- a/.mutt/crypto
+++ b/.mutt/crypto
@@ -1,8 +1,8 @@
# -*-muttrc-*-
#
# Command formats for gpg.
-#
-# This version uses gpg-2comp from
+#
+# This version uses gpg-2comp from
# http://70t.de/download/gpg-2comp.tar.gz
#
# $Id$
@@ -65,10 +65,10 @@ set pgp_export_command="gpg --no-verbose --export --armor %r"
set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r"
# read in the public key ring
-set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --list-keys %r"
+set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --list-keys %r"
# read in the secret key ring
-set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r"
+set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r"
# fetch keys
# set pgp_getkeys_command="pkspxycwrap %r"