]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Add support for folder-based searching.
[notmuch] / lib / notmuch-private.h
index 303aeb30d94ec0098d0057406c1b66d22365b456..a1b82b3e0eb6c4ff7809781b4aab47a397c81b70 100644 (file)
@@ -269,6 +269,10 @@ notmuch_status_t
 _notmuch_message_add_filename (notmuch_message_t *message,
                               const char *filename);
 
+notmuch_status_t
+_notmuch_message_remove_filename (notmuch_message_t *message,
+                                 const char *filename);
+
 notmuch_status_t
 _notmuch_message_rename (notmuch_message_t *message,
                         const char *new_filename);