From: David Levine Date: Wed, 20 Jan 2016 02:03:30 +0000 (-0500) Subject: Added mention of mhfixmsg -fixcte to error message for improper C-T-E in X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9a5dd65757f6dfc85b597ed93aacc6b73b99d4a2?hp=987b10b31daff14fd38e7e355f2be4e3a632483b Added mention of mhfixmsg -fixcte to error message for improper C-T-E in multipart message. Thanks to Conrad Hughes for suggesting this. --- diff --git a/uip/mhparse.c b/uip/mhparse.c index 7c8f07dc..6f8ebaf1 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -1101,8 +1101,9 @@ InitMultiPart (CT ct) admonish (NULL, "\"%s/%s\" type in message %s must be encoded in\n" - "7bit, 8bit, or binary, per RFC 2045 (6.4). One workaround " - "is to\nmanually edit the file and change the \"%s\"\n" + "7bit, 8bit, or binary, per RFC 2045 (6.4). " + "mhfixmsg -fixcte can fix it, or\n" + "manually edit the file and change the \"%s\"\n" "Content-Transfer-Encoding to one of those. For now", ci->ci_type, ci->ci_subtype, ct->c_file, bp); free (cte);