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 IC+RAYVIzV/iDgAA0tVLHw (envelope-from ) for ; Sun, 06 Dec 2020 21:09:25 +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 iG79OIRIzV9eGwAA1q6Kng (envelope-from ) for ; Sun, 06 Dec 2020 21:09:24 +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 B9E0B9403CB for ; Sun, 6 Dec 2020 21:09:24 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id F22292CF26; Sun, 6 Dec 2020 16:09: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 A0859270DC for ; Sun, 6 Dec 2020 16:09:14 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 3532D5FC95; Sun, 6 Dec 2020 16:09:14 -0500 (EST) Received: (nullmailer pid 1298715 invoked by uid 1000); Sun, 06 Dec 2020 21:09:12 -0000 From: David Bremner To: Jonas Bernoulli , notmuch@notmuchmail.org Subject: Re: [PATCH v2 23/23] emacs: various cosmetic improvements In-Reply-To: <20201116212843.6420-24-jonas@bernoul.li> References: <20201108190311.1397-1-jonas@bernoul.li> <20201116212843.6420-1-jonas@bernoul.li> <20201116212843.6420-24-jonas@bernoul.li> Date: Sun, 06 Dec 2020 17:09:12 -0400 Message-ID: <87y2iaprpj.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: NXKJDZKUR2FY5UXYBJXJIJSEO45EMFBB X-Message-ID-Hash: NXKJDZKUR2FY5UXYBJXJIJSEO45EMFBB 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: -0.56 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: B9E0B9403CB X-Spam-Score: -0.56 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: 30xFPXL9g7/k Jonas Bernoulli writes: > --- > emacs/notmuch-address.el | 31 ++++++-------- > emacs/notmuch-hello.el | 28 +++++-------- > emacs/notmuch-lib.el | 38 +++++++++-------- > emacs/notmuch-mua.el | 10 ++--- > emacs/notmuch-tag.el | 2 +- > emacs/notmuch.el | 88 ++++++++++++++++++++-------------------- > 6 files changed, 91 insertions(+), 106 deletions(-) > Apologies for the delay, I missed the second review. I've applied the first 22, but this last one is not applying to (current) master for me. d