Specifying Reply-To header in patches email using git-send-email?

2010-08-21 Thread Frédéric Delanoy
I've tried for some time to specify the wine-devel Reply-To using git-send-email, with little success so far Any idea how this might be done? Here's how my git config looks like: [sendemail] smtp server config from = user email to = wine-patches wine-patc...@winehq.org assume8bitEncoding = UTF-8

Re: Specifying Reply-To header in patches email using git-send-email?

2010-08-21 Thread GOUJON Alexandre
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 = useremail to = wine-patcheswine-patc...@winehq.org assume8bitEncoding = UTF-8 suppresscc = self chainreplyto = false thread = false suppressfrom = true From

Re: Specifying Reply-To header in patches email using git-send-email?

2010-08-21 Thread Frédéric Delanoy
2010/8/21 GOUJON Alexandre ale.gou...@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 = useremail to = wine-patcheswine-patc...@winehq.org assume8bitEncoding = UTF-8 suppresscc = self chainreplyto =

Re: Specifying Reply-To header in patches email using git-send-email?

2010-08-21 Thread Octavian Voicu
2010/8/21 GOUJON Alexandre ale.gou...@gmail.com: [format]        headers = To: wine-patches wine-patc...@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

Re: Specifying Reply-To header in patches email using git-send-email?

2010-08-21 Thread GOUJON Alexandre
On 08/21/2010 03:35 PM, Frédéric Delanoy wrote: 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

Re: Specifying Reply-To header in patches email using git-send-email?

2010-08-21 Thread Frédéric Delanoy
2010/8/21 Octavian Voicu octavian.vo...@gmail.com: 2010/8/21 GOUJON Alexandre ale.gou...@gmail.com: [format]        headers = To: wine-patches wine-patc...@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