Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-22 Thread Allen Hubbe
On Thu, May 21, 2015 at 11:59 PM, Eric Sunshine sunsh...@sunshineco.com wrote: On Thu, May 21, 2015 at 11:19 PM, Allen Hubbe alle...@gmail.com wrote: On May 21, 2015 9:05 PM, Eric Sunshine sunsh...@sunshineco.com wrote: On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe alle...@gmail.com wrote:

[PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Allen Hubbe
This format is more simple than the other alias file formats, so it may be preferred by some users. The format is as follows. alias: address|alias[, address|alias...] Aliases are specified one per line. There is no line splitting. Example: alice: Alice W Land a...@example.com

Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Eric Sunshine
On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe alle...@gmail.com wrote: This format is more simple than the other alias file formats, so it may be preferred by some users. The format is as follows. alias: address|alias[, address|alias...] Aliases are specified one per line. There is no line

Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Allen Hubbe
On May 21, 2015 9:05 PM, Eric Sunshine sunsh...@sunshineco.com wrote: On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe alle...@gmail.com wrote: This format is more simple than the other alias file formats, so it may be preferred by some users. The format is as follows. alias:

Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Eric Sunshine
On Thu, May 21, 2015 at 11:19 PM, Allen Hubbe alle...@gmail.com wrote: On May 21, 2015 9:05 PM, Eric Sunshine sunsh...@sunshineco.com wrote: On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe alle...@gmail.com wrote: +test_expect_success $PREREQ 'sendemail.aliasfiletype=simple' ' +