aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-07-22 12:52:34 +0000
committerDavid Shaw <[email protected]>2005-07-22 12:52:34 +0000
commit04b9cec18f579f448c6680f0b794a1fa68ae5bb1 (patch)
tree013f96377ac525a76e743a36502597d2a12fb74a /g10/g10.c
parent* gpgkeys_curl.c (get_key, main): Don't try and be smart about what (diff)
downloadgnupg-04b9cec18f579f448c6680f0b794a1fa68ae5bb1.tar.gz
gnupg-04b9cec18f579f448c6680f0b794a1fa68ae5bb1.zip
* options.h, g10.c (main), keyedit.c (keyedit_menu): Use --interactive
to enable the uid walking when signing a key with no uids specified to sign. * keylist.c (list_keyblock_print): Fix silly typo. Noted by Greg Sabino Mullane.
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/g10/g10.c b/g10/g10.c
index a0e698c53..ac36ded3d 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -346,7 +346,6 @@ enum cmd_and_opt_values
oEnableProgressFilter,
oMultifile,
oKeyidFormat,
- oNoInteractiveSelection,
oLimitCardInsertTries,
oReaderPort,
@@ -677,7 +676,6 @@ static ARGPARSE_OPTS opts[] = {
{ oEnableProgressFilter, "enable-progress-filter", 0, "@" },
{ oMultifile, "multifile", 0, "@" },
{ oKeyidFormat, "keyid-format", 2, "@" },
- { oNoInteractiveSelection, "no-interactive-selection", 0, "@" },
{ oLimitCardInsertTries, "limit-card-insert-tries", 1, "@"},
{ oReaderPort, "reader-port", 2, "@"},
@@ -2545,10 +2543,6 @@ main (int argc, char **argv )
else
log_error("unknown keyid-format `%s'\n",pargs.r.ret_str);
break;
- case oNoInteractiveSelection:
- opt.no_interactive_selection = 1;
- break;
-
case oLimitCardInsertTries:
opt.limit_card_insert_tries = pargs.r.ret_int;
break;