X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=dad7e22e52689079ac53658fb327a489b333eff5;hb=333486572517d2e2084d66208de59085f21d8573;hp=c398c80add1f840d492a254aed53238b7e97d5af;hpb=24a25ffba98c1c34d92cefb9e23dd44e3be76126;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index c398c80a..dad7e22e 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -147,9 +147,6 @@ typedef enum _notmuch_private_status { const char * _find_prefix (const char *name); -char * -_parse_message_id (void *ctx, const char *message_id, const char **next); - /* thread.cc */ notmuch_thread_t * @@ -207,6 +204,9 @@ _notmuch_message_set_date (notmuch_message_t *message, void _notmuch_message_sync (notmuch_message_t *message); +void +_notmuch_message_close (notmuch_message_t *message); + /* index.cc */ notmuch_status_t