mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
gpg: gpgconf needs to support the now default --auto-key-retrieve.
* tools/gpgconf-comp.c (gc_options_gpg): Re-add "auto-key_retrieve". -- Although this option is invisible, it might be in use by gpgconf profiles. We don't want to break them. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b70e86fd10
commit
69e97d909d
@ -755,6 +755,8 @@ static gc_option_t gc_options_gpg[] =
|
||||
{ "auto-key-locate", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"gnupg", N_("|MECHANISMS|use MECHANISMS to locate keys by mail address"),
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_GPG },
|
||||
{ "auto-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE,
|
||||
NULL, NULL, GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
|
||||
{ "no-auto-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
NULL, NULL, GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user