X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=cb93c397a0265b539f54c407929ebfb90562b350;hb=f11aaa3678ab9d02d4ea98db1164772ed637404b;hp=5a930bb32a87f0204a3f13c75ea5071b0f9b8136;hpb=6ca6c089e9df7affe6bee0392197509a24ab2546;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 5a930bb3..cb93c397 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -171,6 +171,12 @@ _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 * @@ -211,7 +217,7 @@ _notmuch_message_gen_terms (notmuch_message_t *message, const char *text); notmuch_status_t -_notmuch_message_set_filename (notmuch_message_t *message, +_notmuch_message_add_filename (notmuch_message_t *message, const char *filename); void