From 99cfa2703080c2474e6b8aec0cae86135ae23f1d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 15 Jan 2011 14:09:04 -0800 Subject: Add support for folder-based searching. A new "folder:" prefix in the query string can now be used to match the directories in which mail files are stored. The addition of this feature causes the recently added search-by-folder tests to now pass. --- lib/notmuch-private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/notmuch-private.h') diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 303aeb3..a1b82b3 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -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); -- cgit v1.2.3