[PATCH] email-test-patchset: fix pcfg_reply_to_all

Keller, Jacob E jacob.e.keller at intel.com
Fri Feb 14 08:09:59 PST 2014


On Fri, 2014-02-14 at 15:24 +0200, Artem Bityutskiy wrote:
> On Thu, 2014-02-13 at 14:28 -0800, Jacob Keller wrote:
> >  # Create the Cc list for replies that we'll be sending
> > -if [ "$pcfg_reply_to_all" != "1" ]; then
> > +if [ "$pcfg_reply_to_all" = "1" ]; then
> >  	# Replies all the patch recipients will be CCed
> 
> I've also amended this weird comment while on it.
> 
> And pushed, thanks!
> 
> >  	reply_cc="$(merge_addresses "$to" "$cc")"
> >  	reply_cc="$(merge_addresses "$reply_cc" "$pcfg_always_cc")"
> 
> BTW, with your recent changes these could be grouped as
> 
> reply_cc="$(merge addresses "$to" "$cc" "$pcfg_always_cc")"
> 
> ?
> 

Agreed. That's a good change.

Thanks,
Jake


More information about the aiaiai mailing list