[PATCH] config: allow custom separators in author lists

Subject: [PATCH] config: allow custom separators in author lists

Date: Fri, 22 Dec 2023 14:15:32 -0700

To: notmuch@notmuchmail.org

Cc:

From: Lars Kotthoff


The attached patch allows to customize the default ", " and "| " separators in author lists. The main rationale for supporting this is that the Python API uses the same functionality to get the list of authors -- if I want to separate them again afterwards, I have to split the returned string, which is error-prone with comma separators (e.g. name in email address is of form Lastname, Firstname).

Cheers,

Lars
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: