diff options
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 5dfec85d1..5fda68983 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -756,6 +756,12 @@ 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-import", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, + N_("import missing key from a signature"), "gnupg", + GC_ARG_TYPE_NONE, GC_BACKEND_GPG }, + { "include-key-block", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, + N_("include the public key in signatures"), "gnupg", + GC_ARG_TYPE_NONE, GC_BACKEND_GPG }, { "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_INVISIBLE, |