Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email

2016-08-18 Thread David Bremner
Jani Nikula writes: > Then there's the annoying detail that this'll change the format of the > config from a semicolon separated list to a comma separated list. This > means switching from using g_key_file_get_string_list() to > g_key_file_get_string(). But we also need to have

Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email

2016-08-14 Thread Jani Nikula
On Sun, 14 Aug 2016, Jani Nikula wrote: > I think we should use gmime for this, and expect the configuration to be > a comma separated list of addresses, specifically in the format that > internet_address_list_parse_string() parses [2]. Here's a little sample to get started and

Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email

2016-08-14 Thread Jani Nikula
On Sun, 14 Aug 2016, Shea Levy wrote: > Jani Nikula writes: > >> On Tue, 09 Aug 2016, Shea Levy wrote: >>> Currently, while notmuch-reply will recognize email addresses other than >>> the main address with user.other_email, it always sets

Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email

2016-08-14 Thread Shea Levy
Hi Jani, Jani Nikula writes: > On Tue, 09 Aug 2016, Shea Levy wrote: >> Currently, while notmuch-reply will recognize email addresses other than >> the main address with user.other_email, it always sets the name part of >> the address in the envelope-from

Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email

2016-08-13 Thread Jani Nikula
On Tue, 09 Aug 2016, Shea Levy wrote: > Currently, while notmuch-reply will recognize email addresses other than > the main address with user.other_email, it always sets the name part of > the address in the envelope-from and From headers to user.name. This > patchset enables