X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=308a2073d10e82620f69624e8d9ecbee32613503;hb=c8a88fe95ddbb250190f8728e928ab408c478d13;hp=44f6e32198b939adc0ed6c706b82c93a5189ccf3;hpb=05dddf883dd762420bb8e6b86790e68d734fd568;p=notmuch diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 44f6e321..308a2073 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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);