From: David Levine Date: Thu, 9 Aug 2012 22:13:38 +0000 (-0500) Subject: Added default_content_type argument to X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/d00b170aa19a82a22bf55516f2cdb33e26deca0c?ds=sidebyside;hp=d00b170aa19a82a22bf55516f2cdb33e26deca0c 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. ---