unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in Message.maildir_flags_to_tags
@ 2016-07-04 18:49 Jaime Velasco Juan
  2016-07-20  8:59 ` Jaime Velasco
  0 siblings, 1 reply; 6+ messages in thread
From: Jaime Velasco Juan @ 2016-07-04 18:49 UTC (permalink / raw)
  To: notmuch; +Cc: Jaime Velasco Juan

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
  2016-07-04 18:49 [PATCH] Fix typo in Message.maildir_flags_to_tags Jaime Velasco Juan
@ 2016-07-20  8:59 ` Jaime Velasco
  2016-07-20 10:06   ` David Bremner
  0 siblings, 1 reply; 6+ messages in thread
From: Jaime Velasco @ 2016-07-20  8:59 UTC (permalink / raw)
  To: notmuch; +Cc: Jaime Velasco Juan

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

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@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
>
>

[-- Attachment #2: Type: text/html, Size: 1480 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
  2016-07-20  8:59 ` Jaime Velasco
@ 2016-07-20 10:06   ` David Bremner
  2016-07-21 17:02     ` David Bremner
  0 siblings, 1 reply; 6+ messages in thread
From: David Bremner @ 2016-07-20 10:06 UTC (permalink / raw)
  To: Jaime Velasco, notmuch

Jaime Velasco <jsagarribay@gmail.com> writes:

> Hi, is there anything I can fix to get the patch commited?
>
> Regards

Hi Juan;

Thanks for the ping. I was waiting for justus to have a look, since he's
mainly maintaining the python bindings. If nothing happens in the next
week, I'll merge it myself. Feel free to remind me if that doesn't
happen.

d

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
  2016-07-20 10:06   ` David Bremner
@ 2016-07-21 17:02     ` David Bremner
  2016-07-28 16:31       ` Jaime Velasco Juan
  0 siblings, 1 reply; 6+ messages in thread
From: David Bremner @ 2016-07-21 17:02 UTC (permalink / raw)
  To: Jaime Velasco, notmuch

David Bremner <david@tethera.net> writes:

> Jaime Velasco <jsagarribay@gmail.com> writes:
>
>> Hi, is there anything I can fix to get the patch commited?
>>
>> Regards
>
> Hi Juan;
>
> Thanks for the ping. I was waiting for justus to have a look, since he's
> mainly maintaining the python bindings. If nothing happens in the next
> week, I'll merge it myself. Feel free to remind me if that doesn't
> happen.
>
> d

Also, sorry I got your name wrong.

d

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
  2016-07-21 17:02     ` David Bremner
@ 2016-07-28 16:31       ` Jaime Velasco Juan
  2016-07-28 21:07         ` David Bremner
  0 siblings, 1 reply; 6+ messages in thread
From: Jaime Velasco Juan @ 2016-07-28 16:31 UTC (permalink / raw)
  To: David Bremner, notmuch

David Bremner <david@tethera.net> writes:

> David Bremner <david@tethera.net> writes:
>
>> Jaime Velasco <jsagarribay@gmail.com> writes:
>>
>>> Hi, is there anything I can fix to get the patch commited?
>>>
>>> Regards
>>
>> Hi Juan;
>>
>> Thanks for the ping. I was waiting for justus to have a look, since he's
>> mainly maintaining the python bindings. If nothing happens in the next
>> week, I'll merge it myself. Feel free to remind me if that doesn't
>> happen.
>>
>> d
>
> Also, sorry I got your name wrong.
>
> d

So... ping?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
  2016-07-28 16:31       ` Jaime Velasco Juan
@ 2016-07-28 21:07         ` David Bremner
  0 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2016-07-28 21:07 UTC (permalink / raw)
  To: Jaime Velasco Juan, notmuch

Jaime Velasco Juan <jsagarribay@gmail.com> writes:


> So... ping?

merged to master

d

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-28 21:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-04 18:49 [PATCH] Fix typo in Message.maildir_flags_to_tags Jaime Velasco Juan
2016-07-20  8:59 ` Jaime Velasco
2016-07-20 10:06   ` David Bremner
2016-07-21 17:02     ` David Bremner
2016-07-28 16:31       ` Jaime Velasco Juan
2016-07-28 21:07         ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).