Norm wrote: > Maybe Contributions should have a tutorial script or two which > illustrate good ways to do that?
How about adding this to the man page? EXAMPLES Basic usage To run mhfixmsg on the current message in the current folder, with default transformations to fix MIME boundaries and Content-Transfer- Encoding, to decode text and application/ics content parts to 8 bit, and to add a corresponding text/plain part where lacking: mhfixmsg -verbose View without modification To view the MIME structure that would result from running mhfixmsg on the current message, without modifying the message: mhfixmsg -outfile - | mhlist -file - Translate text/plain parts to UTF-8 To translate all text/plain parts in the current message to UTF-8, in addition to all of the default transformations: mhfixmsg -textcharset utf-8 David _______________________________________________ Nmh-workers mailing list Nmh-workers@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-workers