aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-05-11 20:50:02 +0100
committerGravatar David Bremner <bremner@unb.ca>2013-05-13 21:32:03 -0300
commit38698d86596af64fa25c118dafef0249155ca7a4 (patch)
treee4bda30218f4afe74e77e892927398f3ccd5a31a /lib/notmuch-private.h
parentcf8aaafbad6815ebdfcd9b3b36cfe3ca5ff2764b (diff)
lib: add --exclude=all option
Adds a exclude all option to the lib which means that excluded messages are completely ignored (as if they had actually been deleted).
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index f38ccb39..cc55bb9d 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -236,6 +236,7 @@ _notmuch_thread_create (void *ctx,
unsigned int seed_doc_id,
notmuch_doc_id_set_t *match_set,
notmuch_string_list_t *excluded_terms,
+ notmuch_exclude_t omit_exclude,
notmuch_sort_t sort);
/* message.cc */