[PATCH] Fix typo in Message.maildir_flags_to_tags
Jaime Velasco
jsagarribay at gmail.com
Wed Jul 20 01:59:00 PDT 2016
Hi, is there anything I can fix to get the patch commited?
Regards
2016-07-04 19:49 GMT+01:00 Jaime Velasco Juan <jsagarribay at gmail.com>:
> It has been calling _tags_to_maildir_flags instead since the beginning,
> ---
> bindings/python/notmuch/message.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bindings/python/notmuch/message.py
> b/bindings/python/notmuch/message.py
> index bf80900..fc177eb 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()"""
> --
> 2.8.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20160720/70da09ac/attachment.html>
More information about the notmuch
mailing list