aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-07-16 14:30:55 +0000
committerDavid Shaw <[email protected]>2004-07-16 14:30:55 +0000
commit0aad41079edba170032445be6f14bedb0be98f0a (patch)
treef5bd764042fc30294c41d76c6e636fb7bdffbad2 /g10/options.h
parent* keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or (diff)
downloadgnupg-0aad41079edba170032445be6f14bedb0be98f0a.tar.gz
gnupg-0aad41079edba170032445be6f14bedb0be98f0a.zip
* 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".
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index dd5c2802c..7e79b3451 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -259,7 +259,7 @@ struct {
#define LIST_SHOW_USER_NOTATIONS (1<<3)
#define LIST_SHOW_NOTATIONS (LIST_SHOW_STD_NOTATIONS|LIST_SHOW_USER_NOTATIONS)
#define LIST_SHOW_KEYSERVER_URLS (1<<4)
-#define LIST_SHOW_VALIDITY (1<<5)
+#define LIST_SHOW_UID_VALIDITY (1<<5)
#define LIST_SHOW_UNUSABLE_UIDS (1<<6)
#define LIST_SHOW_UNUSABLE_SUBKEYS (1<<7)
#define LIST_SHOW_KEYRING (1<<8)