]> git.cworth.org Git - notmuch-wiki/commitdiff
news for notmch 0.32.2
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 28 Jun 2021 06:18:49 +0000 (09:18 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Mon, 28 Jun 2021 06:18:49 +0000 (09:18 +0300)
with news update for notmch 0.32.1

news/release-0.32.1.mdwn
news/release-0.32.2.mdwn [new file with mode: 0644]

index 5616734930da95fb56f91c04a75d0c97f30a18dc..639b4ee131625d1daf9566cfb272aa8e5c79fb3b 100644 (file)
@@ -22,3 +22,7 @@ Emacs
 
 Restore the dynamically bound variables `tag-changes` and `query` in
 in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`.
+
+Add `notmuch-jump-key` face to fontify keys in `notmuch-jump` and
+related functions.  To ensure backward compatibility, the new face
+inherits from `minibuffer-prompt`.
diff --git a/news/release-0.32.2.mdwn b/news/release-0.32.2.mdwn
new file mode 100644 (file)
index 0000000..600c321
--- /dev/null
@@ -0,0 +1,31 @@
+[[!meta date="2021-06-27"]]
+
+Notmuch 0.32.2 (2021-06-27)
+===========================
+
+General
+-------
+
+Fix a bug from 2017 that can add duplicate thread-id terms to message
+documents.
+
+CLI
+---
+
+Fix small memory leak in notmuch new.
+
+Emacs
+-----
+
+Add `(require 'seq)` for `seq-some`.
+
+Documentation
+-------------
+
+Fix man page build for Sphinx 4.x. Fix variable name in emacs docs.
+
+Tests
+-----
+
+Fix backup creation in `perf-test/T00-new`.  Check openssl
+prerequisite in `add_gpgsm_home`.