From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id BivPHBMyH2DWeAAA0tVLHw (envelope-from ) for ; Sun, 07 Feb 2021 00:19:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wKE1GBMyH2DIKwAA1q6Kng (envelope-from ) for ; Sun, 07 Feb 2021 00:19:31 +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 350789401C0 for ; Sun, 7 Feb 2021 00:19:29 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 7F25F1FBB7; Sat, 6 Feb 2021 19:19:17 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 66C151FBAB for ; Sat, 6 Feb 2021 19:19:14 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id A603E6067F; Sat, 6 Feb 2021 19:19:12 -0500 (EST) Received: (nullmailer pid 400378 invoked by uid 1000); Sun, 07 Feb 2021 00:19:10 -0000 From: David Bremner To: David Bremner , notmuch@notmuchmail.org Subject: Complete conversion of notmuch-show to new config framework Date: Sat, 6 Feb 2021 20:19:03 -0400 Message-Id: <20210207001907.400241-1-david@tethera.net> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210205132654.3258292-40-david@tethera.net> References: <20210205132654.3258292-40-david@tethera.net> MIME-Version: 1.0 Message-ID-Hash: 3BTUUQ2OUKSNBHE6BI5VZDJPAW7PU5CJ X-Message-ID-Hash: 3BTUUQ2OUKSNBHE6BI5VZDJPAW7PU5CJ X-MailFrom: bremner@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: -0.87 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: 350789401C0 X-Spam-Score: -0.87 X-Migadu-Scanner: scn1.migadu.com X-TUID: hlnZC3ZPsAE7 The series at id:20210205132654.3258292-1-david@tethera.net only partially converted notmuch-show to the new merged configuration style. This meant in particular that finding configuration files via XDG conventions did not work for notmuch-show. As a side effect, publish notmuch_database_reopen as requested in id:20200213211127.nhmxnhszxsol47bi@feather.localdomain