]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: read reference terms into message struct.
[notmuch] / lib / notmuch-private.h
index 39fc47572b9053c6c98f93c6283e2f6a97cc4e13..bd9d27476a4406d88ecf86f9b6543cc6800c6587 100644 (file)
@@ -583,6 +583,9 @@ _notmuch_string_list_append (notmuch_string_list_t *list,
 void
 _notmuch_string_list_sort (notmuch_string_list_t *list);
 
+const notmuch_string_list_t *
+_notmuch_message_get_references(notmuch_message_t *message);
+
 /* string-map.c */
 typedef struct _notmuch_string_map  notmuch_string_map_t;
 typedef struct _notmuch_string_map_iterator notmuch_string_map_iterator_t;