]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
Fix typo in Message.maildir_flags_to_tags
[notmuch] / bindings / python / notmuch / message.py
index bf809008a9709874992d78dba4c5c409497aed0e..fc177eb2b1557cb68c7c5c17bcedaf974b563869 100644 (file)
@@ -572,7 +572,7 @@ class Message(Python3StringMixIn):
             notmuch.STATUS.SUCCESS here. See there for details."""
         if not self._msg:
             raise NotInitializedError()
-        return Message._tags_to_maildir_flags(self._msg)
+        return Message._maildir_flags_to_tags(self._msg)
 
     def __repr__(self):
         """Represent a Message() object by str()"""