X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=f00afeff736dc74be033b3427b54dbcb2dc1c4c5;hp=1f5298838ac73df389d11043d9aac16249caf6ba;hb=90a66779e1a6f8c98521925875fbb9a19aeaf68a;hpb=02369d031c1499e015db1736bd259d314d39b8cf diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 1f529883..f00afeff 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -268,6 +268,9 @@ notmuch_rb_message_get_replies(VALUE self); VALUE notmuch_rb_message_get_filename(VALUE self); +VALUE +notmuch_rb_message_get_filenames(VALUE self); + VALUE notmuch_rb_message_get_flag(VALUE self, VALUE flagv);