]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Add wrapper for notmuch_query_add_tag_exclude
[notmuch] / bindings / ruby / defs.h
index 25222a6cbfec7d3abc8b2d78dc8a7d00bdc04ef6..a41cf10e923015827a677f7da653991888708d9a 100644 (file)
@@ -216,6 +216,9 @@ notmuch_rb_query_set_sort (VALUE self, VALUE sortv);
 VALUE
 notmuch_rb_query_get_string (VALUE self);
 
 VALUE
 notmuch_rb_query_get_string (VALUE self);
 
+VALUE
+notmuch_rb_query_add_tag_exclude (VALUE self, VALUE tagv);
+
 VALUE
 notmuch_rb_query_search_threads (VALUE self);
 
 VALUE
 notmuch_rb_query_search_threads (VALUE self);