]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
notmuch.el: Add 'A' binding to archive thread after removing all "unread" tags.
[notmuch] / notmuch-private.h
index 440860babc569d653f6b8d00dfef95071db0406f..92b463432671f8b442a858336306413db371afe7 100644 (file)
@@ -155,10 +155,8 @@ _notmuch_thread_create (const void *talloc_owner,
                        const char *thread_id);
 
 void
-_notmuch_thread_add_tag (notmuch_thread_t *thread, const char *tag);
-
-void
-_notmuch_thread_set_subject (notmuch_thread_t *thread, const char *subject);
+_notmuch_thread_add_message (notmuch_thread_t *thread,
+                            notmuch_message_t *message);
 
 /* message.cc */
 
@@ -172,7 +170,7 @@ notmuch_message_t *
 _notmuch_message_create_for_message_id (const void *talloc_owner,
                                        notmuch_database_t *notmuch,
                                        const char *message_id,
-                                       notmuch_status_t *status);
+                                       notmuch_private_status_t *status);
 
 const char *
 _notmuch_message_get_subject (notmuch_message_t *message);