]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Really add wrappers for database_find_message*
[notmuch] / bindings / ruby / defs.h
index 44f6e32198b939adc0ed6c706b82c93a5189ccf3..308a2073d10e82620f69624e8d9ecbee32613503 100644 (file)
@@ -166,6 +166,12 @@ notmuch_rb_database_add_message (VALUE self, VALUE pathv);
 VALUE
 notmuch_rb_database_remove_message (VALUE self, VALUE pathv);
 
+VALUE
+notmuch_rb_database_find_message (VALUE self, VALUE idv);
+
+VALUE
+notmuch_rb_database_find_message_by_filename (VALUE self, VALUE pathv);
+
 VALUE
 notmuch_rb_database_query_create (VALUE self, VALUE qstrv);