dotfiles

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

commit d65dd088ed5c13a8628cd21f77f9a133875a72e6
parent 8134bbc39942a297484d2186791ad3b8b3d572e1
Author: hhvn <dev@haydenvh.com>
Date:   Tue,  9 Mar 2021 15:40:17 +0000

.c/n/gpg: update signature comment

It would probably be good to link to the keys it is signed with :)

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

diff --git a/.config/neomutt/gpg b/.config/neomutt/gpg @@ -51,7 +51,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 'I welcome encrypted mail.' --batch --output - --armor --detach-sign --textmode %?a?-u %a? %f" +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_verify_command = "gpg2 --status-fd=2 --quiet --batch --output - --verify %s %f" set pgp_verify_key_command = "gpg2 --verbose --batch --fingerprint --check-sigs %r"