]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Update for changes to notmuch_database_get_directory
[notmuch] / bindings / ruby / defs.h
index a41cf10e923015827a677f7da653991888708d9a..85d8205e51dd7e7e161795009f878630a880c747 100644 (file)
@@ -1,6 +1,6 @@
 /* The Ruby interface to the notmuch mail library
  *
- * Copyright © 2010, 2011 Ali Polatel
+ * Copyright © 2010, 2011, 2012 Ali Polatel
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
 #ifndef DEFS_H
 #define DEFS_H
 
-#include <notmuch.h>
 #include <ruby.h>
+#include "notmuch.h"
 
 VALUE notmuch_rb_cDatabase;
 VALUE notmuch_rb_cDirectory;
@@ -219,6 +219,9 @@ notmuch_rb_query_get_string (VALUE self);
 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);