diff options
| author | Lars Kotthoff <larsko@uwyo.edu> | 2023-12-22 14:06:34 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2024-07-26 15:59:11 +0900 |
| commit | d34720e7b35da771d9a06ee8dbdc158680684e99 (patch) | |
| tree | dbee65525861e729f77042b84f678c9b9ef81e2e /NEWS | |
| parent | 199e2de224440833d07665e4cf779a88f3d52863 (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-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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) =========================== |
