X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=f00afeff736dc74be033b3427b54dbcb2dc1c4c5;hb=687366b920caa5de6ea0b66b70cf2a11e5399f7b;hp=1f5298838ac73df389d11043d9aac16249caf6ba;hpb=02369d031c1499e015db1736bd259d314d39b8cf;p=notmuch 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);