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 6BB89429E25 for ; Fri, 30 Sep 2011 15:41:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.09 X-Spam-Level: X-Spam-Status: No, score=-0.09 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, T_MIME_NO_TEXT=0.01] 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 A7iEIfvP6xvg for ; Fri, 30 Sep 2011 15:41:49 -0700 (PDT) Received: from homiemail-a12.g.dreamhost.com (caiajhbdcbef.dreamhost.com [208.97.132.145]) by olra.theworths.org (Postfix) with ESMTP id A4ABE431FB6 for ; Fri, 30 Sep 2011 15:41:49 -0700 (PDT) Received: from homiemail-a12.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTP id DAFB071406A; Fri, 30 Sep 2011 15:41:47 -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=gzqZ71icOUEiLGQUFE7gc6cLO8l a93q8mt6rYLOHqoz7PxuMs5NS/BUNjju3MWZatE8lDyD1DQ62iawAUBrE8/tWY34 eh2PnmhyLVDJgNJETKRz3QPTZhwgKNARqXpEtRg8flvX1PKTcJanwRXl1WkhFwFE A7NEVi+256hPtTlw= 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=TnhNwf1Oq4RuQUPMWd7lDwnbIlc=; b=C KAkl76hFer7cof1c0z4itzwpk+caqFeko/eoIVhWbvHFBcHbGKTOr4iiFIt3m4ka OKS7//WsM7Mo775i3seJrb9jP4SvFiWFXvMsrv2euewkmXYL/1FqjahM0VMgDcKc 91j0pLYP1sGTdFk24MZZ5tF7k81hmePu10F4UjqkCA= Received: from spaetzbook.sspaeth.de (unknown [84.55.203.213]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: fax@sspaeth.de) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPSA id 4AD9271406B; Fri, 30 Sep 2011 15:41:46 -0700 (PDT) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Sat, 01 Oct 2011 00:41:42 +0200 From: Sebastian Spaeth To: Thomas Jost , notmuch@notmuchmail.org Subject: Re: [PATCH] python: fix Message.get_filenames() In-Reply-To: <1317377807-20636-1-git-send-email-schnouki@schnouki.net> References: <1317377807-20636-1-git-send-email-schnouki@schnouki.net> User-Agent: Notmuch/0.7-19-gee4579a (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Sat, 01 Oct 2011 00:41:25 +0200 Message-ID: <87r52xac16.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: Fri, 30 Sep 2011 22:41:51 -0000 --=-=-= On Fri, 30 Sep 2011 12:16:47 +0200, Thomas Jost wrote: > Previously, the Filenames generator only yielded *one* filename before > returning, making Message.get_filenames() behave as Message.get_filename(). This > commit fixes this incorrect behavior: now the generator yields all the > filenames, as expected. APPLIED to master, thanks. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk6GRZUACgkQVYX1jMgnoGKkxgCeOUQpX+5lQ9ZE0WfoJrmNPSqf kjEAnA1h2GIJ7krnUKXsNFF7mxzkYsAR =uNRV -----END PGP SIGNATURE----- --=-=-=--