From: David Levine Date: Thu, 9 Aug 2012 22:13:38 +0000 (-0500) Subject: Added default_content_type argument to X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=d00b170aa19a82a22bf55516f2cdb33e26deca0c;hp=d00b170aa19a82a22bf55516f2cdb33e26deca0c;p=mmh Added default_content_type argument to make_mime_composition_file_entry(). It's used only to force message bodies to always use text/plain content type, which allows mhbuild to do the right thing with them. Thanks to Steve Rader for reporting that UTF-8 characters in message bodies had previously caused them to be encoded as octet-streams (with attachments managed by send), and to Ken for coming up with the fix. ---