diff options
author | Andre Heinecke <[email protected]> | 2016-07-01 14:47:04 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-07-01 14:47:04 +0000 |
commit | 948ce7d1edf12ecb5080a4816ca15f495d6393f5 (patch) | |
tree | 0931b7067017d641534d513525c23b71f3a0c9ba | |
parent | core: Fix identify for armored detached sigs (diff) | |
download | gpgme-948ce7d1edf12ecb5080a4816ca15f495d6393f5.tar.gz gpgme-948ce7d1edf12ecb5080a4816ca15f495d6393f5.zip |
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.
-rw-r--r-- | src/gpgme.h.in | 7 |
1 files changed, 6 insertions, 1 deletions
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. */ |