Hi, On Tue, 30 Oct 2007, Matti Aarnio wrote: > The git-send-email does send posts without any sort of MIME labeling: > > From: / To: removed > > Subject: [PATCH 0/2] Blackfin I2C/TWI driver updates > Date: Tue, 30 Oct 2007 17:33:15 +0800 > Message-Id: <1193736797-9005-1-git-send-email-bryan.wu@xxxxxxxxxx> > X-Mailer: git-send-email 1.5.3.4 > Precedence: bulk > > > which per MIME rules means that the message in question is equivalent > to one with header labels: > > MIME-Version: 1.0 > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: 7bit AFAICT MIME headers are only added when needed. (But that might only apply to format-patch; however, if you signed off with your name, all should be well.) > Now if the git-send-email would add following three lines in all > outgoing email headers, things would be 99% correct for a long time.. > > MIME-Version: 1.0 > Content-Type: text/plain; charset=ISO-8859-15 > Content-Transfer-Encoding: 8BIT No. Not at all. ISO-8859-15 is just as wrong as ASCII. You just forget about the majority of the population on this earth. That is just as arrogant and snobbish as the people who thought that ASCII would be good enough for everyone. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html