Re: user.other_email wildcard config?

Subject: Re: user.other_email wildcard config?

Date: Sun, 03 Mar 2024 11:36:22 -0400

To: Charles Cazabon, Notmuch mailing list

Cc:

From: David Bremner


Charles Cazabon <charlesc-notmuchmail.org@pyropus.ca> writes:

> I've searched the list archives but have only found references to setting
> user.other_email to a list of actual addresses.  Is there a way to have a
> wildcard, glob, or regex serve as the configuration for other_email?  Have I
> missed something in the documentation?

No, you didn't miss anything; the code currently assumes that is a list
of literal email addresses. I guess the emacs front-end would require
some adaptation to change that to a list of regexes, but probably not a
heroic amount. The function address_match in notmuch-reply.c would also
need to be adjusted.
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: