X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=a41cf10e923015827a677f7da653991888708d9a;hp=25222a6cbfec7d3abc8b2d78dc8a7d00bdc04ef6;hb=92680f12ebd276952ae51ff271526f4dd995a18a;hpb=d0000daab3f2b04b6b39210dd219de26fa2c8c13 diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 25222a6c..a41cf10e 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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_add_tag_exclude (VALUE self, VALUE tagv); + VALUE notmuch_rb_query_search_threads (VALUE self);