diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-12-15 12:19:55 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-12-15 12:19:55 +0000 |
commit | 4bd608af7754c0a2adadb8062705c619f523c53e (patch) | |
tree | 4040812e37d892de4257780a42fbc268aad036e7 /.mutt/crypto | |
parent | fa266e650fba7c94243ca87618bfabbc9d4db05e (diff) |
Make macros work in pager also
Diffstat (limited to '.mutt/crypto')
-rw-r--r-- | .mutt/crypto | 8 |
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" |