X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=9fa2770116f1041b4067bd2646a6b16d330f6910;hb=5d447f327f3eb2dcb8e1ccde3ff3f444c2060e64;hp=c05e802d584e798d9a78c9802bb0b8b8f7e4acb9;hpb=c3c52e464b8b0e024a01feacfeb34cc4ce1f3d62;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index c05e802d..9fa27701 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -635,6 +635,21 @@ notmuch_messages_advance (notmuch_messages_t *messages); void notmuch_messages_destroy (notmuch_messages_t *messages); +/* Return a list of tags from all messages. + * + * The resulting list is guaranteed not to contain duplicated tags. + * + * WARNING: You can no longer iterate over messages after calling this + * function, because the iterator will point at the end of the list. + * We do not have a function to reset the iterator yet and the only + * way how you can iterate over the list again is to recreate the + * message list. + * + * The function returns NULL on error. + */ +notmuch_tags_t * +notmuch_messages_collect_tags (notmuch_messages_t *messages); + /* Get the message ID of 'message'. * * The returned string belongs to 'message' and as such, should not be