X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=85d8205e51dd7e7e161795009f878630a880c747;hp=6fe5787098c29f875e2ef699454298ececf80289;hb=a8e010962f257aaba0218392542cbfb1d14eddfd;hpb=82b73ffd7380b85d259eeb91100dd6ac2d14223a diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 6fe57870..85d8205e 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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);