X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;fp=lib%2Fnotmuch.h;h=44263a6663262c6a65ef556658aba26cd8ec69f9;hp=2e6ec2af1ae2a5054cd1516088764cc44557faa4;hb=e70df920851c6c00000b7707e3b61650548fbce7;hpb=00ec2b271d457bf7b81efed8ff91e52290a38f4a diff --git a/lib/notmuch.h b/lib/notmuch.h index 2e6ec2af..44263a66 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2262,6 +2262,9 @@ notmuch_message_properties_destroy (notmuch_message_properties_t *properties); * valid string. Whereas when this function returns FALSE, * notmuch_tags_get will return NULL. * + * It is acceptable to pass NULL for 'tags', in which case this + * function will always return FALSE. + * See the documentation of notmuch_message_get_tags for example code * showing how to iterate over a notmuch_tags_t object. */