mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keylist.c (list_keyblock_print): Always use the new listing format where
uids are always on a line for themselves. Mark expired secret keys as expired. * options.h, g10.c (main): Rename list show-validity to show-uid-validity as it only shows for uids. * armor.c (armor_filter): Do not use padding to get us to 8 bytes of header. Rather, use 2+4 as two different chunks. This avoids a fake filename of "is".
This commit is contained in:
parent
673894ef48
commit
0aad41079e
6 changed files with 45 additions and 42 deletions
|
@ -2176,7 +2176,7 @@ show_key_with_all_names( KBNODE keyblock, int only_marked, int with_revoker,
|
|||
tty_printf("[%8.8s] ",_("revoked"));
|
||||
else if(uid->is_expired)
|
||||
tty_printf("[%8.8s] ",_("expired"));
|
||||
else if(opt.list_options&LIST_SHOW_VALIDITY && primary)
|
||||
else if(opt.list_options&LIST_SHOW_UID_VALIDITY && primary)
|
||||
tty_printf("[%8.8s] ",
|
||||
trust_value_to_string(get_validity(primary,uid)));
|
||||
else if(indent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue