]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Add wrapper for notmuch_query_set_omit_excluded()
[notmuch] / bindings / ruby / defs.h
index 6fe5787098c29f875e2ef699454298ececf80289..85d8205e51dd7e7e161795009f878630a880c747 100644 (file)
@@ -219,6 +219,9 @@ notmuch_rb_query_get_string (VALUE self);
 VALUE
 notmuch_rb_query_add_tag_exclude (VALUE self, VALUE tagv);
 
+VALUE
+notmuch_rb_query_set_omit_excluded (VALUE self, VALUE omitv);
+
 VALUE
 notmuch_rb_query_search_threads (VALUE self);