mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* options.h, g10.c (main), keylist.c (list_keyblock_print), keyedit.c
(print_and_check_one_sig): New "show-sig-expire" list-option to show signature expiration dates (if any).
This commit is contained in:
parent
7921516e85
commit
752e3459ab
5 changed files with 16 additions and 2 deletions
|
@ -234,6 +234,7 @@ struct {
|
|||
#define LIST_SHOW_KEYRING 8
|
||||
#define LIST_SHOW_VALIDITY 16
|
||||
#define LIST_SHOW_LONG_KEYID 32
|
||||
#define LIST_SHOW_SIG_EXPIRE 64
|
||||
|
||||
#define VERIFY_SHOW_PHOTOS 1
|
||||
#define VERIFY_SHOW_POLICY 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue