> notification emails as "plain text". trac sends mail formatted as > "multipart/mixed" with the parts formatted as "text/plain" which should be > ok for most clients, but Outlook doesn't recognize those mails as plain text > and uses a proportional font.
This behaviour has been changed in the trunk (no multipart/mixed anymore) and will be available for 0.10. > When I send mail from another system using the text/plain encoding, it > works. Any idea how I could make our trac 0.9.3 installations send text mail > without patching the source code? I can't think of a solution without patching the code. To patch the code, I guess that you could try to apply the reverse patch of the one introduced in http://projects.edgewall.com/trac/changeset/2416. (the patch is very small) HTH, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
