From 4bd608af7754c0a2adadb8062705c619f523c53e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 15 Dec 2015 12:19:55 +0000 Subject: Make macros work in pager also --- .mutt/crypto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.mutt/crypto') 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" -- cgit v1.2.3