[PATCH 0/3] Series short description

Keller, Jacob E jacob.e.keller at intel.com
Wed Feb 12 10:30:36 PST 2014


On Wed, 2014-02-12 at 13:35 +0200, Artem Bityutskiy wrote:
> On Tue, 2014-02-11 at 09:50 -0800, Jacob Keller wrote:
> > The following series implements an update to merge_addresses, as well as adds
> > an additional "fetch_all_headers" function which grabs every copy of a header
> > from an mbox, instead of only the first.
> > 
> > This is a re-spin of my previous patches, which includes now a change so that
> > merge addresses can take any number of arguments.
> 
> Pushed everything to the devel branch. Made the amendment that I
> described in the previous e-mail (IFS).
> 
> Please, let me know if it is OK to merge this to the master branch.
> 
> Thanks!
> 

Please rewind the series with the modification you made, as that will
not work. 'IFS="$__br" printf' does not work while 'IFS="$__br"; printf'
*does*.

I do not know why it failed, but I think it is because printf is a
builtin, and not actually running a separate command.

Regards,
Jake


More information about the aiaiai mailing list