mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* keyedit.c (menu_deluid): Only cause a trust update if we delete a
non-revoked user id. * hkp.c (hkp_ask_import), keyserver.c (parse_keyserver_options, keyserver_spawn), options.h: Remove fast-import keyserver option (no longer meaningful). * g10.c (main), keyedit.c (sign_uids), options.h: Change --default-check-level to --default-cert-check-level as it makes clear what it operates on. * g10.c (main): --pgp6 also implies --no-ask-sig-expire. * delkey.c (do_delete_key): Comment.
This commit is contained in:
parent
5aab7388df
commit
f06ee291db
7 changed files with 39 additions and 22 deletions
|
@ -68,7 +68,7 @@ struct {
|
|||
const char *def_secret_key;
|
||||
char *def_recipient;
|
||||
int def_recipient_self;
|
||||
int def_check_level;
|
||||
int def_cert_check_level;
|
||||
int no_comment;
|
||||
int no_version;
|
||||
int marginals_needed;
|
||||
|
@ -105,7 +105,6 @@ struct {
|
|||
struct
|
||||
{
|
||||
int verbose;
|
||||
int fast_import:1;
|
||||
int include_revoked:1;
|
||||
int include_disabled:1;
|
||||
int use_temp_files:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue