diff options
| author | Ali Polatel <alip@exherbo.org> | 2012-05-07 18:02:46 +0300 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2012-05-08 10:34:50 -0300 |
| commit | a8e010962f257aaba0218392542cbfb1d14eddfd (patch) | |
| tree | 48113073a2b43b6c31fa9c101bceff05d935206d /bindings/ruby/defs.h | |
| parent | 82b73ffd7380b85d259eeb91100dd6ac2d14223a (diff) | |
ruby: Add wrapper for notmuch_query_set_omit_excluded()
Diffstat (limited to 'bindings/ruby/defs.h')
| -rw-r--r-- | bindings/ruby/defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 6fe57870..85d8205e 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -220,6 +220,9 @@ VALUE notmuch_rb_query_add_tag_exclude (VALUE self, VALUE tagv); VALUE +notmuch_rb_query_set_omit_excluded (VALUE self, VALUE omitv); + +VALUE notmuch_rb_query_search_threads (VALUE self); VALUE |
