Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 428B6429E25 for ; Tue, 9 Aug 2011 07:37:42 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XZRb3pv9PdVo for ; Tue, 9 Aug 2011 07:37:41 -0700 (PDT) Received: from homiemail-a23.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by olra.theworths.org (Postfix) with ESMTP id BAB13431FB6 for ; Tue, 9 Aug 2011 07:37:41 -0700 (PDT) Received: from homiemail-a23.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTP id 583124B0091; Tue, 9 Aug 2011 07:35:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :in-reply-to:references:date:message-id:mime-version: content-type; q=dns; s=sspaeth.de; b=dLitLQfVf0UeiYAD7DpqqJt2pWW /Sbk/Bh1FrfKb+ml4DyudoDhT6kKEcDO5DXbU2SSLbJlvfjCnJynq6Cn864tMp5W TdQkHcSK9nbkkEW9jcypbrYCu8UFS+qvj29PlqMCj9IiUNfpjMY4uObLDgAgquUt z5BEmueh3IfQFuaQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:in-reply-to:references:date:message-id:mime-version: content-type; s=sspaeth.de; bh=yO+f5hiob3chlNJsJU4FjGMpW3A=; b=G CxjrCrlZMNCp7NcKscK9FLgjL5Y8aEjDPj3/i88Kr68eCXoAEb4WXglsJc/WaV7k 2GKRDoBmWM5QAxqT6wL/WsbKOedW2z10Y2sPN/1qCXM50EWcnsoQFUu/bdoQEp3W hHCTaYOyStkgc1EbvisCBztd2Vjd084z9ZPBy9ju2g= Received: from spaetzbook.sspaeth.de (mtec-hg-docking-1-dhcp-21.ethz.ch [129.132.133.21]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: fax@sspaeth.de) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPSA id D00E84B0084; Tue, 9 Aug 2011 07:35:48 -0700 (PDT) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Tue, 09 Aug 2011 16:35:47 +0200 From: Sebastian Spaeth To: =?utf-8?Q?C=C3=A9dric?= Cabessa , notmuch@notmuchmail.org Subject: Re: [PATCH] fix typo in Tags.__len__ In-Reply-To: <1312404441-9635-1-git-send-email-ced@ryick.net> References: <1312404441-9635-1-git-send-email-ced@ryick.net> User-Agent: Notmuch/0.5-233-gb404931 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Tue, 09 Aug 2011 16:35:47 +0200 Message-ID: <87pqkeps8s.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2011 14:37:42 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Wed, 3 Aug 2011 22:47:21 +0200, C=C3=A9dric Cabessa wro= te: > Here is a sample that trigger the bug : > """ > import notmuch > db =3D notmuch.Database() > query =3D db.create_query("tag:inbox") >=20 > for m in query.search_messages(): > len(m.get_tags()) Thanks for the heads up. This has been fixed now in git. Sebastian --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk5BRcMACgkQVYX1jMgnoGJWywCfV25U/zjEYbxMebD3l1+5N1MF qikAn0rOswVjQuYmcqsut+r+GA55H3TJ =dses -----END PGP SIGNATURE----- --=-=-=--