]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
Add notmuch_thread_get_tags
[notmuch] / notmuch-private.h
index 3d2610ad2214d3a36ad6bb78ee03d82a8027a369..98ad4e26bfa673d578d15f2caef1948ef0f179fd 100644 (file)
@@ -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