]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
Merge tag '0.18.2_rc1'
[notmuch] / bindings / ruby / defs.h
index fe81b3f96de5c86b1f4e28fdab3ed1f47d44236a..f4901a047923e3340e373b4bff8ded8335996323 100644 (file)
@@ -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);