On 18 April, 2015 - Lubomir I. Ivanov wrote: > On 18 April 2015 at 02:31, Thiago Macieira <[email protected]> wrote: > > On Friday 17 April 2015 23:14:08 Lubomir I. Ivanov wrote: > >> > Linus uses gmail and his attachments are text... but you are on Windows I > >> > assume? Which browser? > >> > >> chrome. i know he does, but i can't find a solution. :\ > > > > Does gmail offer an SMTP server you could use git send-email with? > > it does, but the problem is only about attaching patches in emails > (i.e. via the gmail web interface). i can't tell it to recognize > patches and not base64 encode them. > if i use "git send-email" with msmtp from the the command line it works fine. >
Its not the base64-part that the problem. Its the wrong content-type, thats the problem. You could probably add some registry magic to regcognise .patch files as a sane content type text/x-patch: https://msdn.microsoft.com/en-us/library/windows/desktop/cc144148%28v=vs.85%29.aspx GL HF =) //Anton -- Anton Lundin +46702-161604 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
