aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-01-15 14:09:04 -0800
committerGravatar Carl Worth <cworth@cworth.org>2011-01-15 15:37:43 -0800
commit99cfa2703080c2474e6b8aec0cae86135ae23f1d (patch)
tree21d73e4d926f9277d6ece1f111259e9066f85bce /lib/notmuch-private.h
parent600f3761dc48c91a5ba9a18ddeb7fd8af22e71de (diff)
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.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 303aeb30..a1b82b3e 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -270,6 +270,10 @@ _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);