From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id COXvHfQEtmElvwAAgWs5BA (envelope-from ) for ; Sun, 12 Dec 2021 15:19:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id iIC6GfQEtmGoOgAA1q6Kng (envelope-from ) for ; Sun, 12 Dec 2021 14:19:32 +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) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4640537F69 for ; Sun, 12 Dec 2021 15:19:32 +0100 (CET) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id EEC762806A; Sun, 12 Dec 2021 09:19:20 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2139727ADC for ; Sun, 12 Dec 2021 09:19:16 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id CA3455FC42; Sun, 12 Dec 2021 09:19:16 -0500 (EST) Received: (nullmailer pid 2081856 invoked by uid 1000); Sun, 12 Dec 2021 14:19:15 -0000 From: David Bremner To: Kyle Meyer , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs/tree: fix docstrings for author faces In-Reply-To: <20211205204836.189029-1-kyle@kyleam.com> References: <20211205204836.189029-1-kyle@kyleam.com> Date: Sun, 12 Dec 2021 10:19:15 -0400 Message-ID: <87lf0pgb30.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: LQYN5NUIM5Z2HA2RVXQ6GVWR3C36PV5O X-Message-ID-Hash: LQYN5NUIM5Z2HA2RVXQ6GVWR3C36PV5O 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; digests; suspicious-header X-Mailman-Version: 3.3.3 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Owner: 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: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 4640537F69 X-Spam-Score: -4.00 X-Migadu-Scanner: scn1.migadu.com X-TUID: UuQr+L6Q461h Kyle Meyer writes: > The docstrings for notmuch-tree-match-author-face and > notmuch-tree-no-match-author-face incorrectly match the docstring of > notmuch-tree-match-date-face. Applied to master. Thanks for your contribution. d