aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:21:43 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:21:43 -0800
commit9b1c6c250b2413b987ffeccbf1cd69cb1e8b934d (patch)
treed2bec103692de1afa5c4dbdd7175b3cbb5d6cafc /lib/notmuch-private.h
parent54be14098ba8ece983f77200b5fdd10acb984c82 (diff)
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.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index bb1f235e..657816f1 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 *