Re: [PATCH] fix typo

2017-08-18 Thread David Bremner
Daniel Kahn Gillmor writes: > --- > bindings/python/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) pushed to master, d ___ notmuch mailing list notmuch@notmuchmail.org

[PATCH] fix typo

2017-08-09 Thread Daniel Kahn Gillmor
--- bindings/python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/README b/bindings/python/README index fe7a2181..5bf076d2 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -3,7 +3,7 @@ notmuch -- The python interface to notmuch

Re: [PATCH] Fix typo in Message.maildir_flags_to_tags

2016-07-28 Thread David Bremner
Jaime Velasco Juan writes: > So... ping? merged to master d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] Fix typo in Message.maildir_flags_to_tags

2016-07-28 Thread Jaime Velasco Juan
David Bremner writes: > David Bremner writes: > >> Jaime Velasco 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

Re: [PATCH] Fix typo in Message.maildir_flags_to_tags

2016-07-21 Thread David Bremner
David Bremner writes: > Jaime Velasco 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

Re: [PATCH] Fix typo in Message.maildir_flags_to_tags

2016-07-20 Thread David Bremner
Jaime Velasco 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

Re: [PATCH] Fix typo in Message.maildir_flags_to_tags

2016-07-20 Thread Jaime Velasco
Hi, is there anything I can fix to get the patch commited? Regards 2016-07-04 19:49 GMT+01:00 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

[PATCH] Fix typo in Message.maildir_flags_to_tags

2016-07-04 Thread 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 ---

[PATCH] fix typo in Tags.__len__

2011-08-09 Thread Sebastian Spaeth
On Wed, 3 Aug 2011 22:47:21 +0200, C?dric Cabessa wrote: > Here is a sample that trigger the bug : > """ > import notmuch > db = notmuch.Database() > query = db.create_query("tag:inbox") > > for m in query.search_messages(): > len(m.get_tags()) Thanks for the heads up. This has been fixed

Re: [PATCH] fix typo in Tags.__len__

2011-08-09 Thread Sebastian Spaeth
On Wed, 3 Aug 2011 22:47:21 +0200, Cédric Cabessa c...@ryick.net wrote: Here is a sample that trigger the bug : import notmuch db = notmuch.Database() query = db.create_query(tag:inbox) for m in query.search_messages(): len(m.get_tags()) Thanks for the heads up. This has been fixed

[PATCH] fix typo in Tags.__len__

2011-08-03 Thread Cédric Cabessa
Here is a sample that trigger the bug : """ import notmuch db = notmuch.Database() query = db.create_query("tag:inbox") for m in query.search_messages(): len(m.get_tags()) """ --- bindings/python/notmuch/tag.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

2010-04-13 Thread Carl Worth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney wrote: > --- > lib/notmuch.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks so much, Michael! I added a paragraph of "why" to the commit message and pushed this out. -Carl -- next part -- A

[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

2010-03-28 Thread Sebastian Spaeth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney wrote: > --- > lib/notmuch.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied in my feature-all branch Sebastian

Re: [notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

2010-03-27 Thread Sebastian Spaeth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney mich...@obberon.com wrote: --- lib/notmuch.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied in my feature-all branch Sebastian ___ notmuch mailing list

[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

2010-03-26 Thread Michael Forney
--- lib/notmuch.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 0d9cb0f..2bc03f4 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -156,7 +156,7 @@ typedef enum { * (not necessarily by this process), by calling *

[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

2010-03-26 Thread Michael Forney
--- lib/notmuch.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 0d9cb0f..2bc03f4 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -156,7 +156,7 @@ typedef enum { * (not necessarily by this process), by calling *