summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-10-20 14:30:48 -0700
committerKevin McCarthy <kevin@8t8.us>2021-10-20 14:30:48 -0700
commit9c1c91823bbfb88ec39a00972c1250331e6176a1 (patch)
tree977ad73a30400a4db0bdd1d08445b49a97f8d474 /doc
parent60ab5f117d813b6ea7bdd6dacc1a771ea63edc6d (diff)
Correct multipart/alternative manual section slightly.
Step three only selects from enriched, plain, and then html; not _any_ text type. Step four considers any text type as one that Mutt can handle internally.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index a452d18e..d164c4b7 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -8996,7 +8996,10 @@ linkend="auto-view"><command>auto_view</command></link>, and use that.
</listitem>
<listitem>
<para>
-Failing that, Mutt will look for any text type.
+Failing that, Mutt will look first for
+<literal>text/enriched</literal>, followed by
+<literal>text/plain</literal>, and finally
+<literal>text/html</literal>.
</para>
</listitem>
<listitem>