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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index bd34afa4..5106655f 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -273,6 +273,19 @@ paths are presumed relative to `$HOME` for items in section Default: empty list. Note that :any:`notmuch-setup(1)` puts ``deleted;spam`` here when creating new configuration file. +.. nmconfig:: search.authors_separator + + The string to separate authors when showing a thread. + + Default: , + +.. nmconfig:: search.authors_matched_separator + + The string to separate matched from non-matched authors when showing a + thread. + + Default: | + .. nmconfig:: show.extra_headers By default :any:`notmuch-show(1)` includes the following headers |
