X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fmessage.py;h=fc177eb2b1557cb68c7c5c17bcedaf974b563869;hp=bf809008a9709874992d78dba4c5c409497aed0e;hb=339dfd424142a745e09d07efd3a7f04de12e1b16;hpb=6a833a6e83865f6999707cc30768d07e1351c2cb diff --git a/bindings/python/notmuch/message.py b/bindings/python/notmuch/message.py index bf809008..fc177eb2 100644 --- a/bindings/python/notmuch/message.py +++ b/bindings/python/notmuch/message.py @@ -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()"""