diff options
author | Werner Koch <[email protected]> | 2005-06-20 17:03:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-20 17:03:27 +0000 |
commit | 2d2e2e74b82e17073af5fd5380a7f5a6e2e9d46d (patch) | |
tree | ea06ef7ebb339be50a68f7177a18d15de9874a28 /g10/options.h | |
parent | (parse_signature): Use log_info for messages (diff) | |
download | gnupg-2d2e2e74b82e17073af5fd5380a7f5a6e2e9d46d.tar.gz gnupg-2d2e2e74b82e17073af5fd5380a7f5a6e2e9d46d.zip |
* gpg.sgml: Document smartcard related options.
* g10.c, options.h: New option --no-interactive-selection.
* keyedit.c (keyedit_menu): Use it.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 8635d9b93..0ced05932 100644 --- a/g10/options.h +++ b/g10/options.h @@ -157,6 +157,7 @@ struct char *temp_dir; int no_encrypt_to; int interactive; + int no_interactive_selection; STRLIST sig_notation_data; STRLIST cert_notation_data; STRLIST sig_policy_url; |