mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyedit.c (keyedit_menu): Only print the key signing hint when signing
from a place where it is useful (i.e. --edit-key and not --sign-key).
This commit is contained in:
parent
05ae122659
commit
522ca12084
2 changed files with 8 additions and 1 deletions
|
@ -1637,7 +1637,8 @@ keyedit_menu( const char *username, STRLIST locusr,
|
|||
}
|
||||
}
|
||||
|
||||
if( count_uids(keyblock) > 1 && !count_selected_uids(keyblock) )
|
||||
if( count_uids(keyblock) > 1 && !count_selected_uids(keyblock)
|
||||
&& !have_commands )
|
||||
{
|
||||
if( !cpr_get_answer_is_yes("keyedit.sign_all.okay",
|
||||
_("Really sign all user IDs?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue