Re: [PATCH] fix typo in Tags.__len__

Subject: Re: [PATCH] fix typo in Tags.__len__

Date: Tue, 09 Aug 2011 16:35:47 +0200

To: Cédric Cabessa, notmuch@notmuchmail.org

Cc:

From: Sebastian Spaeth


On Wed,  3 Aug 2011 22:47:21 +0200, Cédric Cabessa <ced@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 now in git.

Sebastian
part-000.sig (application/pgp-signature)

Thread: