X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=98ad4e26bfa673d578d15f2caef1948ef0f179fd;hp=3d2610ad2214d3a36ad6bb78ee03d82a8027a369;hb=94f01d9de914b609e1f02385092b82fd61ca73b5;hpb=3dce2007887717ec4ec0a1e815591c957acd1ba1 diff --git a/notmuch-private.h b/notmuch-private.h index 3d2610ad..98ad4e26 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -144,6 +144,9 @@ _notmuch_thread_create (const void *talloc_owner, notmuch_database_t *notmuch, const char *thread_id); +void +_notmuch_thread_add_tag (notmuch_thread_t *thread, const char *tag); + /* message.cc */ notmuch_message_t * @@ -283,10 +286,7 @@ void _notmuch_tags_add_tag (notmuch_tags_t *tags, const char *tag); void -_notmuch_tags_sort (notmuch_tags_t *tags); - -void -_notmuch_tags_reset (notmuch_tags_t *tags); +_notmuch_tags_prepare_iterator (notmuch_tags_t *tags); NOTMUCH_END_DECLS