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 kB5WBSo8H2DORwAA0tVLHw (envelope-from ) for ; Sun, 07 Feb 2021 01:02:34 +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 kME+ASo8H2B6dAAAB5/wlQ (envelope-from ) for ; Sun, 07 Feb 2021 01:02:34 +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 C67609402D6 for ; Sun, 7 Feb 2021 01:02:33 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2F1B21FBB5; Sat, 6 Feb 2021 20:02:28 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2FBD71FBAB for ; Sat, 6 Feb 2021 20:02:25 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 15A826067F; Sat, 6 Feb 2021 20:02:25 -0500 (EST) Received: (nullmailer pid 442270 invoked by uid 1000); Sun, 07 Feb 2021 01:02:23 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: v5 merged config In-Reply-To: <20210205132654.3258292-1-david@tethera.net> References: <20210205132654.3258292-1-david@tethera.net> Date: Sat, 06 Feb 2021 21:02:23 -0400 Message-ID: <87mtwgvgf4.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: 55A4ZKPAGIJXCZW5Q7JIPWRAZMN7IXJE X-Message-ID-Hash: 55A4ZKPAGIJXCZW5Q7JIPWRAZMN7IXJE 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.03 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: C67609402D6 X-Spam-Score: -2.03 X-Migadu-Scanner: scn0.migadu.com X-TUID: +96XcARTdUhN David Bremner writes: > The main difference since Tomi's review is that I made several more > tests for configuration path searching in T035-read-config.sh, and > moved some of the existing ones there. I have applied this series (1-39, with the one updated patch) to master. That's a fairly large change (a few thousand lines of new code, including tests), so let me know if there are problems. d