aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Kotthoff <larsko@uwyo.edu>2023-12-22 14:06:34 -0700
committerDavid Bremner <david@tethera.net>2024-07-26 15:59:11 +0900
commitd34720e7b35da771d9a06ee8dbdc158680684e99 (patch)
treedbee65525861e729f77042b84f678c9b9ef81e2e /NEWS
parent199e2de224440833d07665e4cf779a88f3d52863 (diff)
config: allow custom separators in author lists
Allow distinguishing between commas separating authors and separating first and last names. Amended by db: reformat NEWS entry and commit message. Tweaked whitespace in lib/thread.cc.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf8107f2..8c0ab15b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Notmuch 0.39 (UNRELEASED)
+=========================
+
+General
+-------
+
+Allow to customize the separator between individual and matched and
+non-matched authors when showing threads. See
+`search.authors_separator` and `search.authors_matched_separator` in
+notmuch-config(1).
+
Notmuch 0.38.3 (2024-03-09)
===========================