GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
mime
Statementmime { # Define additional textual mime types. text-type PATTERN; # or text-type ( PATTERN-LIST ); }
The mime
compound statement is used by utilities that process
MIME messages, in particular mail
, readmsg
, and
decodemail
. As of mailutils version 3.14 it
contains only one statement:
Defines additional patterns for recognition of textual message parts. The pattern is a shell globbing pattern that will be compared against the ‘Content-Type’ header of a MIME message part in order to determine whether it can be treated as a text part. In second form, pattern-list is a comma-separated list of such patterns.
In both forms, the new patterns are appended to the built-in textual pattern list, which contains:
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.