[PATCH] email-test-patchset: fix pcfg_reply_to_all

Artem Bityutskiy dedekind1 at gmail.com
Fri Feb 14 05:24:19 PST 2014


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")"

?

-- 
Best Regards,
Artem Bityutskiy




More information about the aiaiai mailing list