mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keylist.c (list_keyblock_print): Secret key listings should always show
everything (expired UIDs, revoked subkeys, etc, etc). * keyedit.c (keyedit_menu): Add additional help for the "sign" flags.
This commit is contained in:
parent
29dd149778
commit
8dcbbf98bb
3 changed files with 31 additions and 16 deletions
|
@ -760,7 +760,7 @@ list_keyblock_print ( KBNODE keyblock, int secret, int fpr, void *opaque )
|
|||
if( node->pkt->pkttype == PKT_USER_ID && !opt.fast_list_mode ) {
|
||||
PKT_user_id *uid=node->pkt->pkt.user_id;
|
||||
|
||||
if((uid->is_expired || uid->is_revoked)
|
||||
if(pk && (uid->is_expired || uid->is_revoked)
|
||||
&& !(opt.list_options&LIST_SHOW_UNUSABLE_UIDS))
|
||||
{
|
||||
skip_sigs=1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue