Hi Alon, On Sat, Nov 12, 2011 at 7:24 PM, Alon Bar-Lev <alon.barlev@xxxxxxxxx> wrote: >> And also please send patches inline and via attachments. > > This would be difficult, as gmail does not allow no wrapping. > git accepts this correctly, I use: > > $ curl article.gmane.org/gmane.linux.bluez.kernel/18337/raw | git am > > If this is really important I will try to find some other mail client. Complementing Marcel's suggestion, you can have this in your ~/.gitconfig: [sendemail] smtpserver = smtp.gmail.com smtpuser = your.email@xxxxxxxxx smtpssl = 1 And to send e-mail: git send-email --to linux-bluetooth@xxxxxxxxxxxxxxx patch1.patch ... It will then ask for your password after confirmation. More information: man git-send-email Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html