On Sat, Feb 14, 2009 at 11:32:14PM -0500, Jay Soffian wrote: > When git format-patch is given multiple --cc arguments, it generates a > Cc header that looks like: > > Cc: first@xxxxxxxxxxx, > second@xxxxxxxxxxx, > third@xxxxxxxxxxx > > Before this commit, send-email was unable to handle such a message as it > did not handle folded header lines, nor multiple recipients in a Cc > line. > > This patch: > > - Unfolds header lines by pre-processing the header before extracting > any of its fields. > > - Handles Cc lines with multiple recipients. > > - Adds use of Mail::Address if available for splitting Cc line and > the "Who should the emails be sent to?" prompt", with fall back to > existing split_addrs() function. YES!!! I was just trying to fix this in the latest version, as it couldn't handle mbox files well at all (vger.kernel.org spit the output back at me quite nastily when I tried it.) Thanks for these fixes, I personally really appreciate it, and need them. greg k-h -- 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