diff options
author | David Shaw <[email protected]> | 2003-08-03 02:37:48 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-08-03 02:37:48 +0000 |
commit | 752e3459ab6cfd3b1e03902a321bbc748e9d7ca5 (patch) | |
tree | d2a4f8251015de5e475499f98e03a0e54c435bcd /g10/options.h | |
parent | minor changes to make make distcheck happy (diff) | |
download | gnupg-752e3459ab6cfd3b1e03902a321bbc748e9d7ca5.tar.gz gnupg-752e3459ab6cfd3b1e03902a321bbc748e9d7ca5.zip |
* 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).
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index d9ea86571..e24337117 100644 --- a/g10/options.h +++ b/g10/options.h @@ -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 |