mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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.
This commit is contained in:
parent
6f0ed8571b
commit
04b9cec18f
5 changed files with 15 additions and 10 deletions
|
@ -1742,12 +1742,15 @@ keyedit_menu( const char *username, STRLIST locusr,
|
|||
_("Really sign all user IDs?"
|
||||
" (y/N) ")))
|
||||
{
|
||||
if (opt.no_interactive_selection)
|
||||
if(opt.interactive)
|
||||
interactive=1;
|
||||
else
|
||||
{
|
||||
tty_printf(_("Hint: Select the user IDs to sign\n"));
|
||||
have_commands = 0;
|
||||
break;
|
||||
}
|
||||
interactive=1;
|
||||
|
||||
}
|
||||
/* What sort of signing are we doing? */
|
||||
if(!parse_sign_type(answer,&localsig,&nonrevokesig,&trustsig))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue