On 08/21/2010 09:34 AM, Frédéric Delanoy wrote:
Here's how my git config looks like: [sendemail]
<smtp server config> from = user<email> to = wine-patches<wine-patches@winehq.org> assume8bitEncoding = UTF-8
suppresscc = self chainreplyto = false thread = false suppressfrom = true
From
http://wiki.winehq.org/GitWine#head-4051a521ff163340844bba9c78036cd8c594a980 and according to my .git/config, I think you're missing
[format] headers = "To: wine-patches wine-patches@winehq.org\nReply-To: wine-devel wine-devel@winehq.org\n"