]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - lib/notmuch-private.h
database: Abstract _filename_to_direntry from _add_message
[obsolete/notmuch-old] / lib / notmuch-private.h
index 9f470c9f9e389d9ff19c6ceced0ad08bcddd724e..cb93c397a0265b539f54c407929ebfb90562b350 100644 (file)
@@ -166,6 +166,17 @@ _notmuch_database_find_directory_id (notmuch_database_t *database,
                                     const char *path,
                                     unsigned int *directory_id);
 
+const char *
+_notmuch_database_get_directory_path (void *ctx,
+                                     notmuch_database_t *notmuch,
+                                     unsigned int doc_id);
+
+notmuch_status_t
+_notmuch_database_filename_to_direntry (void *ctx,
+                                       notmuch_database_t *notmuch,
+                                       const char *filename,
+                                       char **direntry);
+
 /* thread.cc */
 
 notmuch_thread_t *
@@ -205,8 +216,8 @@ _notmuch_message_gen_terms (notmuch_message_t *message,
                            const char *prefix_name,
                            const char *text);
 
-void
-_notmuch_message_set_filename (notmuch_message_t *message,
+notmuch_status_t
+_notmuch_message_add_filename (notmuch_message_t *message,
                               const char *filename);
 
 void