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 UKoqEqHL+V8LZgAA0tVLHw (envelope-from ) for ; Sat, 09 Jan 2021 15:28:33 +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 0Ib/DaHL+V9zWwAA1q6Kng (envelope-from ) for ; Sat, 09 Jan 2021 15:28:33 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (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 C80C99403A7 for ; Sat, 9 Jan 2021 15:28:28 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 97EA729DE1; Sat, 9 Jan 2021 10:28:21 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id A720D29BF6 for ; Sat, 9 Jan 2021 10:28:18 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id C9ACD5FF47; Sat, 9 Jan 2021 10:28:16 -0500 (EST) Received: (nullmailer pid 2757603 invoked by uid 1000); Sat, 09 Jan 2021 15:28:15 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH] docs: drop deprecated doxygen TCL_SUBST flag In-Reply-To: <20201231230037.1057169-1-dkg@fifthhorseman.net> References: <20201231230037.1057169-1-dkg@fifthhorseman.net> Date: Sat, 09 Jan 2021 11:28:15 -0400 Message-ID: <87wnwm6sfk.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: MM65CKFDIDNODQTBFQKKENRFUIF2GLCG X-Message-ID-Hash: MM65CKFDIDNODQTBFQKKENRFUIF2GLCG 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: -1.94 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: C80C99403A7 X-Spam-Score: -1.94 X-Migadu-Scanner: scn0.migadu.com X-TUID: CdQ10yesCyv9 Daniel Kahn Gillmor writes: > notmuch has no tcl code, and doxygen upstream is deprecating/removing > tcl support anyway: > https://github.com/doxygen/doxygen/commit/48a7afc0caf69857a42b0fe1963db3440cb4000f > --- > doc/doxygen.cfg | 1 - > 1 file changed, 1 deletion(-) applied. Apologies for the delay. d