]> git.cworth.org Git - notmuch/commit
config: allow custom separators in author lists
authorLars Kotthoff <larsko@uwyo.edu>
Fri, 22 Dec 2023 21:06:34 +0000 (14:06 -0700)
committerDavid Bremner <david@tethera.net>
Fri, 26 Jul 2024 06:59:11 +0000 (15:59 +0900)
commitd34720e7b35da771d9a06ee8dbdc158680684e99
treedbee65525861e729f77042b84f678c9b9ef81e2e
parent199e2de224440833d07665e4cf779a88f3d52863
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.
NEWS
doc/man1/notmuch-config.rst
lib/config.cc
lib/notmuch.h
lib/thread.cc
test/T030-config.sh
test/T055-path-config.sh
test/T206-author-separator.sh [new file with mode: 0755]
test/T590-libconfig.sh