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 0MjmORvwRF/gAwAA0tVLHw (envelope-from ) for ; Tue, 25 Aug 2020 11:03:55 +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 QOuUNRvwRF+yGAAAbx9fmQ (envelope-from ) for ; Tue, 25 Aug 2020 11:03:55 +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 61DCB94051F for ; Tue, 25 Aug 2020 11:03:55 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 5235229BE1; Tue, 25 Aug 2020 07:03:40 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 5551C29BF6 for ; Tue, 25 Aug 2020 07:03:35 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 809DC5FDE6; Tue, 25 Aug 2020 07:03:32 -0400 (EDT) Received: (nullmailer pid 389515 invoked by uid 1000); Tue, 25 Aug 2020 11:03:31 -0000 From: David Bremner To: notmuch@notmuchmail.org Cc: David Bremner Subject: [PATCH 1/3] debian: suggest elpa-mailscripts Date: Tue, 25 Aug 2020 08:03:24 -0300 Message-Id: <20200825110326.389469-1-david@tethera.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Message-ID-Hash: NUTPPIYART6BPD54BGJNO6G5QCEHVLJA X-Message-ID-Hash: NUTPPIYART6BPD54BGJNO6G5QCEHVLJA 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-Scanner: scn0 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-Spam-Score: 1.53 X-TUID: x2hIxDl5h0Cc These contain some useful functions for notmuch users, mainly wrappers for scripts from mailscripts. --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index c645dd12..41e036e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notmuch (0.31~rc2-1) experimental; urgency=medium + + * New upstream release candidate + * Bug fix: "suggest elpa-mailscripts", thanks to Sean Whitton (Closes: + #944269). + + -- David Bremner Tue, 25 Aug 2020 07:36:00 -0300 + notmuch (0.31~rc1-1) experimental; urgency=medium * Fix buggy test in T562-lib-database diff --git a/debian/control b/debian/control index e2bb166f..6e5a2750 100644 --- a/debian/control +++ b/debian/control @@ -160,6 +160,7 @@ Architecture: all Depends: ${elpa:Depends}, ${misc:Depends}, +Suggests: elpa-mailscripts Description: thread-based email index, search and tagging (emacs interface) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses -- 2.28.0