]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Add wrapper for notmuch_query_count_messages
[notmuch] / bindings / ruby / defs.h
index 81f652fba1d983c596b7f36557dac7d1575bc7af..25222a6cbfec7d3abc8b2d78dc8a7d00bdc04ef6 100644 (file)
@@ -222,6 +222,9 @@ notmuch_rb_query_search_threads (VALUE self);
 VALUE
 notmuch_rb_query_search_messages (VALUE self);
 
+VALUE
+notmuch_rb_query_count_messages (VALUE self);
+
 /* threads.c */
 VALUE
 notmuch_rb_threads_destroy (VALUE self);