]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Add wrappers for maildir sync. interface
[notmuch] / bindings / ruby / defs.h
index db53096850e471cfe33cf7815f93cb069aa0897d..1f5298838ac73df389d11043d9aac16249caf6ba 100644 (file)
@@ -292,6 +292,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);