summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-05-03 21:10:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-05-03 21:51:41 -0700
commit2ccfaae0ea4ce8ab691f1b1a0e8481e9b43dbe1c (patch)
treea5caaef16a1eefef0da4db699abf524acebcfbbe /debian/changelog
parentb0aa9fc4b5d6fffda94e68a8e21b337789d117fa (diff)
downloadmailscripts-2ccfaae0ea4ce8ab691f1b1a0e8481e9b43dbe1c.tar.gz
new scripts: maildir-import-patch(1), notmuch-import-patch(1)
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 067f965..ec1c74f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
mailscripts (0.8-1) UNRELEASED; urgency=medium
+ * New scripts: maildir-import-patch(1), notmuch-import-patch(1)
+ - Add git to Recommends.
* mbox2maildir: acquire a lock before touching the Maildir, and be sure
to flush after copying messages.
Per the docs for Python's mailbox module.