]> git.cworth.org Git - notmuch-wiki/commitdiff
news for notmuch 0.34
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 20 Oct 2021 16:29:30 +0000 (19:29 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Wed, 20 Oct 2021 16:29:30 +0000 (19:29 +0300)
news/release-0.34.mdwn [new file with mode: 0644]

diff --git a/news/release-0.34.mdwn b/news/release-0.34.mdwn
new file mode 100644 (file)
index 0000000..b10ec99
--- /dev/null
@@ -0,0 +1,29 @@
+[[!meta date="2021-10-20"]]
+
+Notmuch 0.34 (2021-10-20)
+=========================
+
+General
+-------
+
+An optional new s-expression based query parser is available if
+notmuch is built with the `sfsexp` library. See
+notmuch-sexp-queries(7) for syntax, and use `notmuch config get
+built_with.sexpr_queries` to check if notmuch is compiled with
+s-expression query support.
+
+CLI
+---
+
+Support multiple `Delivered-To` headers in notmuch-reply(1).
+
+Emacs
+-----
+
+Functions are now allowed in `notmuch-search-result-format`.
+
+Improvements to unthreaded view on large threads.
+
+Tolerate bad/missing working directory for most commands.
+
+Allow customization of tree drawing symbols in notmuch-tree mode.