dotfiles

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

commit b569dd1f0404a73d486c0e1f57877800c447082f
parent a3cb4b4e227174928918beee356e3fb4591d19cb
Author: hhvn <dev@haydenvh.com>
Date:   Sat,  6 Mar 2021 18:58:57 +0000

.config/neomutt/gpg: use passgpg2 for signing

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 = "gpg2 --comment 'I welcome encrypted mail.' --batch --output - --passphrase _pjsL8ujjA=^lRBmWRH21n==ueYN1$ --armor --detach-sign --textmode %?a?-u %a? %f" +set pgp_sign_command = "passgpg2 --comment 'I welcome encrypted mail.' --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"