switch must
be used twice: once for message/external-body and once for the content
externally referenced.
+.PP
+The parts of a multipart/alternative part are listed in the reverse
+order of their placement in the message. The listing therefore is
+in decreasing order of preference, as defined in RFC 1521.
.SS "Checking the Contents"
The
.B \-check
# check with no options and current message
folder +inbox 5 > /dev/null
cat > $expected <<EOF
- msg part type/subtype size description
+ msg part type/subtype size description
5 text/plain 25
EOF
mhlist > $actual 2>&1
# check -file -
cat > $expected <<EOF
- msg part type/subtype size description
+ msg part type/subtype size description
0 text/plain 25
EOF
mhlist -file - < "$MH_TEST_DIR/Mail/inbox/5" > $actual 2>&1
# check multiple messages
cat > $expected <<EOF
- msg part type/subtype size description
+ msg part type/subtype size description
2 text/plain 25
8 text/plain 25
EOF
/*
* various formats for -list option
*/
-#define LSTFMT1 "%4s %-5s %-24s %5s %-36s\n"
+#define LSTFMT1 "%4s %-5s %-24s %5s %s\n"
#define LSTFMT2a "%4d "
#define LSTFMT2b "%-5s %-24.24s "
#define LSTFMT2c1 "%5lu"
#define LSTFMT2c2 "%4lu%c"
#define LSTFMT2c3 "huge "
#define LSTFMT2c4 " "
-#define LSTFMT2d1 " %-36.36s"
+#define LSTFMT2d1 " %.36s"
#define LSTFMT2d2 "\t %-65.65s\n"