X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=5b44585a6ad0cc329d311975a7aa4470a6a890ee;hb=d53f759456608005de929dde4b7692f54b9e05bf;hp=fe81b3f96de5c86b1f4e28fdab3ed1f47d44236a;hpb=d796dad4edce71c1cfb245ffd2c438f26c84f804;p=notmuch 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);