]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Add bindings for notmuch_thread_get_messages
[notmuch] / bindings / ruby / defs.h
index fe81b3f96de5c86b1f4e28fdab3ed1f47d44236a..5b44585a6ad0cc329d311975a7aa4470a6a890ee 100644 (file)
@@ -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);