Added default_content_type argument to
authorDavid Levine <levinedl@acm.org>
Thu, 9 Aug 2012 22:13:38 +0000 (17:13 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 9 Aug 2012 22:13:38 +0000 (17:13 -0500)
commitd00b170aa19a82a22bf55516f2cdb33e26deca0c
tree7c11f5534d1310effc31f9e2691557350b9e49c2
parent16362f1adf663f27c01cbe905eefcf1f911ce69c
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.
Makefile.am
test/mhbuild/test-utf8-body [new file with mode: 0755]
uip/sendsbr.c