dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit abf82e9dfbd3d88719079e6d10771a5ed3c4a46f
parent e9ba0b9bab96daa9b466ba87e0e7aabe99933d60
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  4 Jul 2021 14:07:20 +0100

.c/n/gpg: remove obsolete http link

Diffstat:
M.config/neomutt/gpg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/neomutt/gpg b/.config/neomutt/gpg @@ -52,7 +52,7 @@ set pgp_getkeys_command = "" set pgp_import_command = "gpg2 --import -v %f" set pgp_list_pubring_command = "gpg2 --with-colons --with-fingerprint --list-keys %r" set pgp_list_secring_command = "gpg2 --with-colons --with-fingerprint --list-secret-keys %r" -set pgp_sign_command = "passgpg2 --comment 'Key: gopher://hhvn.uk/0/.pub.pgp || http://hhvn.uk/.pub.pgp' --batch --output - --armor --detach-sign --textmode %?a?-u %a? %f" +set pgp_sign_command = "passgpg2 --comment 'Key: gopher://hhvn.uk/0/.pub.pgp' --batch --output - --armor --detach-sign --textmode %?a?-u %a? %f" set pgp_verify_command = "gpg2 --status-fd=2 --quiet --batch --output - --verify %s %f" set pgp_verify_key_command = "gpg2 --verbose --batch --fingerprint --check-sigs %r"