On 18 April 2015 at 12:34, Anton Lundin <[email protected]> wrote: > 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 > >
alright, thanks; that does work. .patch and .diff as attachments are now of type text/x-patch. but are still base64 / US-ASCII and the email client needs to decode the attachments. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
