]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
Add full-text indexing using the GMime library for parsing.
[notmuch] / notmuch-private.h
index c80f219a150c0f8456b890280d693b9d143d37ba..440860babc569d653f6b8d00dfef95071db0406f 100644 (file)
@@ -187,6 +187,11 @@ _notmuch_message_remove_term (notmuch_message_t *message,
                              const char *prefix_name,
                              const char *value);
 
+notmuch_private_status_t
+_notmuch_message_gen_terms (notmuch_message_t *message,
+                           const char *prefix_name,
+                           const char *text);
+
 void
 _notmuch_message_set_filename (notmuch_message_t *message,
                               const char *filename);
@@ -205,6 +210,12 @@ _notmuch_message_set_date (notmuch_message_t *message,
 void
 _notmuch_message_sync (notmuch_message_t *message);
 
+/* index.cc */
+
+notmuch_status_t
+_notmuch_message_index_file (notmuch_message_t *message,
+                            const char *filename);
+
 /* message-file.c */
 
 /* XXX: I haven't decided yet whether these will actually get exported