summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--mailscripts.el2
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7aac730..e6d41f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-mailscripts (0.16-2) UNRELEASED; urgency=medium
+mailscripts (0.17-1) UNRELEASED; urgency=medium
* email-print-mime-structure: pass --disable-dirmngr to gpgsm and drop
<!nocheck> build-dep on dirmngr (Closes: #946111).
Thanks to Daniel Kahn Gillmor for a patch.
+ * New script: imap-dl (Closes: #940461).
+ Thanks to Daniel Kahn Gillmor and Jameson Rollins for the patch, and
+ others for testing out the new tool.
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 04 Dec 2019 07:16:54 -0700
diff --git a/mailscripts.el b/mailscripts.el
index 6872dd6..5009e7e 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -1,7 +1,7 @@
;;; mailscripts.el --- functions to access tools in the mailscripts package
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.16
+;; Version: 0.17
;; Package-Requires: (notmuch projectile)
;; Copyright (C) 2018, 2019 Sean Whitton