From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DC3926DE0314 for ; Tue, 12 Sep 2017 15:25:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.468 X-Spam-Level: X-Spam-Status: No, score=-1.468 tagged_above=-999 required=5 tests=[AWL=-0.667, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L_szKmIXqGnv for ; Tue, 12 Sep 2017 15:25:01 -0700 (PDT) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by arlo.cworth.org (Postfix) with ESMTPS id 3334D6DE02DA for ; Tue, 12 Sep 2017 15:25:01 -0700 (PDT) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id DFD41206AC; Tue, 12 Sep 2017 18:24:59 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Tue, 12 Sep 2017 18:24:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pnwbakers.com; h=content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=Ov5BizNKpRZ0XWGN3Hy8Vk0CdDGsu1DuJXMt6M gnhTg=; b=HVteVucfy/jVH2Oo2hLLf1+KwW9x1Z9u0ce0WnUu2oA6bZjtu/t0/N CtYdgz91uKgXE9BO71vAJGEupsBMs87c3sFCQ4YwPjB/S3+A/9gZ3Oc/meK1Bt1t UVgs9KWVdtwuPhC5d9UH70p93FrVLypL9krll6N73keru0pw1lu7M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=Ov5BizNKpRZ0XWGN3H y8Vk0CdDGsu1DuJXMt6MgnhTg=; b=Bq6C2zzlOvIYjMBvf6ILF7wEgV2FMT86Be AEY/6+3pYmq3vhdlsl9hphdI5wjqxbLdvHsZelCYokv7Uvo54igwD4y8SMW4x0Pg Y7myA5HwE3cARByHtOeYtRr6HC29nQIIwEB4fbkAGq4Hrcc3Ul42Fgu1n1U0hsLK 3n4jysD05gtBUG12en+UdBSxZoHlesaw4BLJdwjtKuywwTWaprjIz73h5+6NcS18 UiIM+c/rCGciec/3ZMl+59+08L1Ka/GY3GWfu7j9s1eq3jCxl0UidkXz8OXCAkgy I7byxhUzxTS+Tl+ri/EOLfS22ECNL/jEF3Q2MrUA7kUTqs3BgXuQ== X-ME-Sender: X-Sasl-enc: SvJSuCFPKTicA+mOPZ3HfyYxMJZ2tc2v+kyWzxAul2ZD 1505255099 Received: from localhost (unknown [134.134.139.83]) by mail.messagingengine.com (Postfix) with ESMTPA id 9E11924335; Tue, 12 Sep 2017 18:24:59 -0400 (EDT) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha256"; boundary="===============4312757510534553252==" MIME-Version: 1.0 Content-Disposition: inline From: Dylan Baker User-Agent: alot/0.7.0dev To: David Bremner , notmuch@notmuchmail.org References: <20170828073923.31442-1-eg@gaute.vetsj.com> <20170830081633.17616-1-eg@gaute.vetsj.com> <87wp53zs8u.fsf@tesseract.cs.unb.ca> In-Reply-To: <87wp53zs8u.fsf@tesseract.cs.unb.ca> Message-ID: <150525509833.16190.13781845219034664184@localhost.localdomain> Subject: Re: [PATCH v2] python: deprecated add_message calls index_file correctly and returns result Date: Tue, 12 Sep 2017 15:24:58 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 12 Sep 2017 22:25:02 -0000 --===============4312757510534553252== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The broken commit is in 0.25.1, but this patch isn't correct? It's going to break alot if that's the case. Dylan Quoting David Bremner (2017-09-12 11:28:17) > Gaute Hope writes: > = > > The deprecated Database.add_message now calls the new index_file with > > correct number of arguments (without an extra `self`), and returns the > > tuple from index_file - as it used to do before. > > > > This change also adds a DeprecationWarning to the function. > = > Pushed to master, thanks > = > d > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch --===============4312757510534553252== MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Description: signature Content-Type: application/pgp-signature; name="signature.asc"; charset="us-ascii" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEUwPMqo/+5aFHLzU4CJ4WlhQGiO8FAlm4XrcACgkQCJ4WlhQG iO818QgAltiFIPU8Ti6EkFDRkyzmVzDVDg/cdBjGYPaVTGRoSh0xaoFgM7Eihr3X +uYroUcxjUEOPTXaHvUzX4zPL1s9uNqsUCczKVO+CLso7UqI37nk6/0//+RxJGzT x+V9By/ok0hrfIG0eCC350rfyvEk+qge1xMiv2NbqINusU+POrO870pe11PpZSLe KKmFOxPeaMHTT6RbDL4HpQ+181YzcYmCeVCstFxz89zJVbuEUoJqFutF6u+zjHEx NIX98h19VmgFSFDGK010/CotsWBDcDypDyn7OcO7q2eJGZiYvr4wv1i2x6TPjzIT J4FLNBD4A4SrOL77ibTe+kpe3Ktpjw== =LVxg -----END PGP SIGNATURE----- --===============4312757510534553252==--