From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sEomBxzvsl9ETgAA0tVLHw (envelope-from ) for ; Mon, 16 Nov 2020 21:29:00 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ADDmAhzvsl/NGAAAbx9fmQ (envelope-from ) for ; Mon, 16 Nov 2020 21:29:00 +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 63BCE940367 for ; Mon, 16 Nov 2020 21:28:59 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 9732C28821; Mon, 16 Nov 2020 16:28:47 -0500 (EST) Received: from mail.hostpark.net (mail.hostpark.net [212.243.197.30]) by mail.notmuchmail.org (Postfix) with ESMTPS id 61C9828821 for ; Mon, 16 Nov 2020 16:28:44 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 61C6716128 for ; Mon, 16 Nov 2020 22:28:43 +0100 (CET) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id 5IitJUIcmVm0 for ; Mon, 16 Nov 2020 22:28:43 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (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 mail.hostpark.net (Postfix) with ESMTPSA id 3069C160AE for ; Mon, 16 Nov 2020 22:28:43 +0100 (CET) From: Jonas Bernoulli To: notmuch@notmuchmail.org Subject: [PATCH 00/23] Another set up Emacs cleanup Date: Mon, 16 Nov 2020 22:28:20 +0100 Message-Id: <20201116212843.6420-1-jonas@bernoul.li> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201108190311.1397-1-jonas@bernoul.li> References: <20201108190311.1397-1-jonas@bernoul.li> MIME-Version: 1.0 Message-ID-Hash: BTWTI36WWM5XIT4RN26BAS55EU33R63J X-Message-ID-Hash: BTWTI36WWM5XIT4RN26BAS55EU33R63J X-MailFrom: jonas@bernoul.li 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-Scanner: ns3122888.ip-94-23-21.eu 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-Spam-Score: -0.01 X-TUID: TsZdDD0Xgx5A This remove the first four commits, which have already been applied to master. It also makes requested minor changes to the three marked commits. Jonas Bernoulli (23): emacs: remove redundant notmuch-hello-trim emacs: fix old bug in notmuch-mua-mail emacs: remove kludge for Emacs 23 from notmuch-mua-mail emacs: more cleanup since dropping support for Emacs 24 emacs: sanitize function that displays version emacs: define notmuch-hello-url as a constant emacs: shorten/replace first sentence of a few doc-strings emacs: place only first sentence on first doc-string line * emacs: place complete first sentence on first doc-string line emacs: always use elisp quoting style in doc-strings * emacs: misc doc-string improvements emacs: remove deprecated notmuch-folder command emacs: remove unnecessary notmuch-remove-if-not emacs: remove unused notmuch-address-locate-command emacs: remove unnecessary notmuch-tree-button-activate emacs: inline notmuch-documentation-first-line emacs: inline notmuch-split-content-type emacs: use defvar-local emacs: use setq-local emacs: use setq instead set emacs: do not quote self-quoting t emacs: avoid binding unnamed commands in keymaps * emacs: various cosmetic improvements emacs/coolj.el | 4 +- emacs/notmuch-address.el | 58 ++++-------- emacs/notmuch-company.el | 7 +- emacs/notmuch-compat.el | 9 +- emacs/notmuch-crypto.el | 7 +- emacs/notmuch-draft.el | 17 ++-- emacs/notmuch-hello.el | 123 +++++++++---------------- emacs/notmuch-jump.el | 5 -- emacs/notmuch-lib.el | 108 +++++++++------------- emacs/notmuch-maildir-fcc.el | 12 +-- emacs/notmuch-mua.el | 64 ++++++------- emacs/notmuch-parser.el | 5 +- emacs/notmuch-show.el | 56 ++++++------ emacs/notmuch-tag.el | 24 ++--- emacs/notmuch-tree.el | 170 ++++++++++++++++++----------------- emacs/notmuch.el | 108 +++++++++++----------- 16 files changed, 331 insertions(+), 446 deletions(-) -- 2.29.1