diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-05-13 21:34:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-05-13 21:34:56 -0300 |
commit | b179b3d4bf17f60cc4c3cf9ccba136467818ad06 (patch) | |
tree | ddef3eabf8cfb75ca360879af5c3688ffa255a81 | |
parent | 7fcc58ab3ba11a41527d9fa2168f8578c8d64951 (diff) | |
download | mail-b179b3d4bf17f60cc4c3cf9ccba136467818ad06.tar.gz mail-b179b3d4bf17f60cc4c3cf9ccba136467818ad06.tar.bz2 |
Disables pgp_getkeys_command
-rw-r--r-- | muttrc.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index e02e605..3081c24 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -158,7 +158,8 @@ set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r" set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-secret-keys %r" set pgp_good_sign="^gpg: Assinatura correta de" -set pgp_getkeys_command="gpg --recv-keys %r" +# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172960 +#set pgp_getkeys_command="gpg --recv-keys %r" # ----------------------------- # OpenPGP with gpg-agent config |