From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qKcYAYNixl4OcgAA0tVLHw (envelope-from ) for ; Thu, 21 May 2020 11:14:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aMuiOIJixl4pIQAAB5/wlQ (envelope-from ) for ; Thu, 21 May 2020 11:14:10 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 37FDE940415 for ; Thu, 21 May 2020 11:14:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 0DA6F6DE141F; Thu, 21 May 2020 04:14:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 n4lqHKrCl6jD; Thu, 21 May 2020 04:14:01 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id A26526DE1413; Thu, 21 May 2020 04:14:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 339486DE1413 for ; Thu, 21 May 2020 04:13:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 rADH4PitJJez for ; Thu, 21 May 2020 04:13:55 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 9CB646DE1412 for ; Thu, 21 May 2020 04:13:55 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jbj92-0004J7-3P; Thu, 21 May 2020 07:13:48 -0400 Received: (nullmailer pid 1292460 invoked by uid 1000); Thu, 21 May 2020 11:13:46 -0000 From: David Bremner To: Anton Khirnov , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] python/notmuch2: do not destroy messages owned by a query In-Reply-To: <159004491093.29502.10419450764412120360@lain.red.khirnov.net> References: <20200509050526.23148-1-anton@khirnov.net> <159004491093.29502.10419450764412120360@lain.red.khirnov.net> X-List-To: notmuch Date: Thu, 21 May 2020 08:13:46 -0300 Message-ID: <87wo55v8ut.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: RLfFvfbC398B Anton Khirnov writes: > ping I'm hoping Floris will find a chance to review your patches. d