From 9b1c6c250b2413b987ffeccbf1cd69cb1e8b934d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 15 Nov 2009 20:21:43 -0800 Subject: Export _parse_message_id to the library implementation. Not exported through the public interface, but the thread code is going to want to be able to parse In-Reply-To headers so needs access to this code. --- lib/notmuch-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/notmuch-private.h') diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index bb1f235..657816f 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -147,6 +147,9 @@ 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 * -- cgit v1.2.3