From 948ce7d1edf12ecb5080a4816ca15f495d6393f5 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 1 Jul 2016 16:47:04 +0200 Subject: [PATCH] core: Clarify documentation of tofu_stats address * src/gpgme.h.in: Mention that Address is not always in addr-spec. -- The old comment made it look like you could always expect the address to be parsable as a mailbox address. --- src/gpgme.h.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gpgme.h.in b/src/gpgme.h.in index 790485d5..cdb7037d 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -1559,7 +1559,12 @@ struct _gpgme_tofu_info { struct _gpgme_tofu_info *next; - /* The mail address (addr-spec from RFC5322) of the tofu binding. */ + /* The mail address (addr-spec from RFC5322) of the tofu binding. + * + * If no mail address is set for a User ID this is the name used + * for the user ID. Can be ambiguous when the same mail address or + * name is used in multiple user ids. + */ char *address; /* The fingerprint of the primary key. */