From 68aa60e79c080620cb0c95cd6992b8bb0656cf63 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 26 Aug 2003 03:56:47 +0000 Subject: * mainproc.c (check_sig_and_print): Use two different preferred keyserver displays - one if the key is not present (to tell the user where to get the key), the other if it is present (to tell the user where the key can be refreshed). * packet.h, parse-packet.c (parse_signature): Set flag if a preferred keyserver is present. * keylist.c (list_keyblock_print): Show keyserver url in listings with list-option show-keyserver-url. --- g10/packet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g10/packet.h') diff --git a/g10/packet.h b/g10/packet.h index 9d0e36154..d75ff413a 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -129,8 +129,9 @@ typedef struct { unsigned unknown_critical:1; unsigned exportable:1; unsigned revocable:1; - unsigned policy_url:1; /* Policy URL is present */ + unsigned policy_url:1; /* At least one policy URL is present */ unsigned notation:1; /* At least one notation is present */ + unsigned pref_ks:1; /* At least one preferred keyserver is present */ unsigned expired:1; } flags; u32 keyid[2]; /* 64 bit keyid */ -- cgit