mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve".
* g10/gpg.c (gpgconf_list): Announce "auto-key-retrieve".
(main): Simplify setting of KEYSERVER_AUTO_KEY_RETRIEVE.
* tools/gpgconf-comp.c: Make "no-auto-key-retrieve" invisible. Make
"auto-key-retrieve" an expert option.
--
This basically reverts 9bb13a0e81
because --no-auto-key-retrieve is again the default. Note that we
allow both options for the sake of profiles.
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b917cb66b7
commit
565e486b80
2 changed files with 9 additions and 8 deletions
|
@ -755,9 +755,9 @@ 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,
|
||||
{ "auto-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT,
|
||||
NULL, NULL, GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
|
||||
{ "no-auto-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
{ "no-auto-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE,
|
||||
NULL, NULL, GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
|
||||
{ "disable-dirmngr", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT,
|
||||
"gnupg", N_("disable all access to the dirmngr"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue