Samuel GROOT <samuel.groot@xxxxxxxxxxxxxxxx> writes: > + printf("Adding cc: %s from From: header\n", > + $1) unless $quiet; > + printf("Adding to: %s from To: header\n", > + $addr) unless $quiet; > + printf("Adding cc: %s from Cc: header\n", > + $addr) unless $quiet; > push @cc, $addr; > + printf("Adding cc: %s from Cc: header\n", > + $_) unless $quiet; These make the end result prettier by not repeating the same address twice, but is it just me who finds these inexplicable case differences irritating? Shouldn't these field references in the result mirror the field references in the origin of the information? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html