X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=f00afeff736dc74be033b3427b54dbcb2dc1c4c5;hb=ca69ce2397c0bb9b0e590a80b898ab4d544448bb;hp=db53096850e471cfe33cf7815f93cb069aa0897d;hpb=ed38940323ba80d0136688405cbd923fa088d706;p=notmuch diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index db530968..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); @@ -292,6 +295,12 @@ notmuch_rb_message_remove_tag(VALUE self, VALUE tagv); VALUE notmuch_rb_message_remove_all_tags(VALUE self); +VALUE +notmuch_rb_message_maildir_flags_to_tags(VALUE self); + +VALUE +notmuch_rb_message_tags_to_maildir_flags(VALUE self); + VALUE notmuch_rb_message_freeze(VALUE self);