X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=5b44585a6ad0cc329d311975a7aa4470a6a890ee;hp=fe81b3f96de5c86b1f4e28fdab3ed1f47d44236a;hb=c4f96d09312532d378c51b2a0e0128108fba4a2c;hpb=f29bcc59df128e7ca37ed324846ebb760ee13be8 diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index fe81b3f9..5b44585a 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -261,6 +261,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);