Re: [fossil-dev] email.c

2018-06-20 Thread Warren Young
On Jun 20, 2018, at 5:38 PM, Warren Young wrote: > > that means at least three different command-line MTAs. s/MTA/MUA/ ___ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Re: [fossil-dev] email.c

2018-06-20 Thread Warren Young
On Jun 20, 2018, at 4:25 PM, Richard Hipp wrote: > > On 6/20/18, Warren Young wrote: >> Two options: >> >> a. Just say that mailx isn’t allowed, because it doesn’t have the correct >> interface. >> >> b. Add a printf-like syntax for building the command with a sensible set of >> substitutions:

Re: [fossil-dev] email.c

2018-06-20 Thread Richard Hipp
On 6/20/18, Warren Young wrote: > Two options: > > a. Just say that mailx isn’t allowed, because it doesn’t have the correct > interface. > > b. Add a printf-like syntax for building the command with a sensible set of > substitutions: ‘mailx -s "%s"' c. Write a Tcl/Python/Perl/Awk script that tra

Re: [fossil-dev] email.c

2018-06-20 Thread Warren Young
On Jun 20, 2018, at 3:44 PM, Warren Young wrote: > > Except now it has mange. :) Some more substantial observations: 1. Shouldn’t the copyright year at the top be 2018? 2. The literal popen() call down in the handler for email-send-method == “pipe” might be insufficient for some situations.

Re: [fossil-dev] email.c

2018-06-20 Thread Warren Young
On Jun 20, 2018, at 1:56 PM, Richard Hipp wrote: > > On 6/20/18, Andy Goth wrote: >> Check-in ccf50f0619 adds email.c to main.mk, but there is no such file. Did >> you (drh) mean to do "fossil add"? >> >> For now I'm having to stick with 7001228a09. > > Thanks. Should be fixed now. Except no

Re: [fossil-dev] email.c

2018-06-20 Thread Richard Hipp
On 6/20/18, Andy Goth wrote: > Check-in ccf50f0619 adds email.c to main.mk, but there is no such file. Did > you (drh) mean to do "fossil add"? > > For now I'm having to stick with 7001228a09. Thanks. Should be fixed now. -- D. Richard Hipp d...@sqlite.org _