From d0000daab3f2b04b6b39210dd219de26fa2c8c13 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Mon, 7 May 2012 18:02:43 +0300 Subject: ruby: Add wrapper for notmuch_query_count_messages --- bindings/ruby/defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/ruby/defs.h') diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 81f652fb..25222a6c 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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); -- cgit v1.2.3