gpg.conf: fix keyserver-options

verbose complained about unknown option and as I am not using hkps, I
don't need no-honor-keyserver
This commit is contained in:
Aminda Suomalainen 2015-06-02 10:46:58 +03:00
parent 3606e5f116
commit d0fd76555d
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
# This is one of the most used keyservers as far as I know.
keyserver hkp://pool.sks-keyservers.net
keyserver-options auto-key-retrieve no-include-revoked verbose no-honor-keyserver-url
keyserver-options auto-key-retrieve no-include-revoked
#import-clean
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.

View File

@ -22,7 +22,7 @@
# This is one of the most used keyservers as far as I know.
keyserver hkp://pool.sks-keyservers.net
keyserver-options auto-key-retrieve no-include-revoked verbose no-honor-keyserver-url
keyserver-options auto-key-retrieve no-include-revoked
#import-clean
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.