2010/8/21 GOUJON Alexandre ale.goujon@gmail.com:
[format] headers = "To: wine-patches wine-patches@winehq.org\nReply-To: wine-devel wine-devel@winehq.org\n"
As the name of the section suggests, this adds header lines to files generated with `git format-patch'. If you then send those files with `git send-email', it should work. If you `git send-email' files generated before configuring that, then it wouldn't have any effect.
Initially I thought the mailing list software was configured to add the Reply-To header automagically, guess I was wrong.
Octavian