Comment 5 for bug 779751

Revision history for this message
Mark Sapiro (msapiro) wrote :

I made one additional change to the patch. Instead of "mcset = part.get_content_charset('us-ascii')", I do "mcset = part.get_content_charset() or 'us-ascii'" as in Decorate.py to allow for charset= with no value.