]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib/database: index user headers.
[notmuch] / lib / notmuch-private.h
index cf08411e78d031a180b4019c183430093db34e14..e46df9a82d719ea4c0e6442dee4f3767203e6a19 100644 (file)
@@ -652,6 +652,11 @@ _notmuch_string_map_iterator_value (notmuch_string_map_iterator_t *iterator);
 void
 _notmuch_string_map_iterator_destroy (notmuch_string_map_iterator_t *iterator);
 
+/* Create an iterator for user headers. Destroy with
+ * _notmuch_string_map_iterator_destroy. Actually in database.cc*/
+notmuch_string_map_iterator_t *
+_notmuch_database_user_headers (notmuch_database_t *notmuch);
+
 /* tags.c */
 
 notmuch_tags_t *