From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id fUCWGT4c918HNgAA0tVLHw (envelope-from ) for ; Thu, 07 Jan 2021 14:35:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qCb0FD4c91+hTgAAbx9fmQ (envelope-from ) for ; Thu, 07 Jan 2021 14:35:42 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DB2B894021E for ; Thu, 7 Jan 2021 14:35:41 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id E91CF29D63; Thu, 7 Jan 2021 09:35:35 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 1116E29C8B for ; Thu, 7 Jan 2021 09:35:34 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id C1DD55FF47; Thu, 7 Jan 2021 09:35:33 -0500 (EST) Received: (nullmailer pid 2175266 invoked by uid 1000); Thu, 07 Jan 2021 14:35:32 -0000 From: David Bremner To: Michael J Gruber , notmuch@notmuchmail.org Cc: Floris Bruynooghe Subject: Re: [PATCH 0/3] python/notmuch2: a few docstrings and collect_tags() In-Reply-To: References: X-List-To: notmuch Date: Thu, 07 Jan 2021 10:35:32 -0400 Message-ID: <87wnwou85n.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: QAMVNWRPC2CV5FS425CHFE6CB32WFNOC X-Message-ID-Hash: QAMVNWRPC2CV5FS425CHFE6CB32WFNOC X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.07 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: DB2B894021E X-Spam-Score: -2.07 X-Migadu-Scanner: scn0.migadu.com X-TUID: oovN/HzukMzT Michael J Gruber writes: > collect_tags() (collecting all tags from messages in a query) is > available in the legacy bindings. Patch 3/3 provides it in the cffi > bindings. Patch 1 and 2 are doctsrings clean-ups/amends. I'm hoping will review your patches, but I can at least confirm they reached the list. Of course you probably saw them in the archive as well.