From 92680f12ebd276952ae51ff271526f4dd995a18a Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Mon, 7 May 2012 18:02:44 +0300 Subject: ruby: Add wrapper for notmuch_query_add_tag_exclude --- 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 25222a6c..a41cf10e 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -216,6 +216,9 @@ notmuch_rb_query_set_sort (VALUE self, VALUE sortv); VALUE notmuch_rb_query_get_string (VALUE self); +VALUE +notmuch_rb_query_add_tag_exclude (VALUE self, VALUE tagv); + VALUE notmuch_rb_query_search_threads (VALUE self); -- cgit v1.2.3