X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=f4901a047923e3340e373b4bff8ded8335996323;hp=fe81b3f96de5c86b1f4e28fdab3ed1f47d44236a;hb=ce44657c9e4919b1e4bbbbbe37dbd72257d40736;hpb=d796dad4edce71c1cfb245ffd2c438f26c84f804 diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index fe81b3f9..f4901a04 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -231,6 +231,9 @@ notmuch_rb_query_search_messages (VALUE self); VALUE notmuch_rb_query_count_messages (VALUE self); +VALUE +notmuch_rb_query_count_threads (VALUE self); + /* threads.c */ VALUE notmuch_rb_threads_destroy (VALUE self); @@ -261,6 +264,9 @@ notmuch_rb_thread_get_total_messages (VALUE self); VALUE notmuch_rb_thread_get_toplevel_messages (VALUE self); +VALUE +notmuch_rb_thread_get_messages (VALUE self); + VALUE notmuch_rb_thread_get_matched_messages (VALUE self);