2010/8/21 GOUJON Alexandre <ale.goujon(a)gmail.com>:
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(a)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(a)winehq.org>\nReply-To: wine-devel <wine-devel(a)winehq.org>\n"
This is used for git imap-send, and does not work for git-send-email (I checked). Following the relevant git send-email section (http://wiki.winehq.org/GitWine#head-f09f3498e5910648468960a60ecf0f51b0fd4815 - Sending the patches using smtp), I set "thread" to true, but this doesn't change anything/has nothing to do with the "Reply-To" header, rather the "In-Reply-To" header. I'm using git 1.7.2.1 Frédéric