diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-01-17 23:09:55 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-01-17 23:09:55 +0100 |
commit | 318ac214f1de06b0ee69106a36368b2d3b2ac902 (patch) | |
tree | 23ccf6aca7f0aca2811ea444b5379db82991659e /man | |
parent | 8e0d57425f7f0605ae35894eea25e200e88b330f (diff) | |
download | mblaze-318ac214f1de06b0ee69106a36368b2d3b2ac902.tar.gz mblaze-318ac214f1de06b0ee69106a36368b2d3b2ac902.tar.xz mblaze-318ac214f1de06b0ee69106a36368b2d3b2ac902.zip |
mshow: add "-A all" to render all attachments
Closes #198.
Diffstat (limited to 'man')
-rw-r--r-- | man/mshow.1 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/man/mshow.1 b/man/mshow.1 index b8e2ca7..9126787 100644 --- a/man/mshow.1 +++ b/man/mshow.1 @@ -1,4 +1,4 @@ -.Dd August 24, 2018 +.Dd January 17, 2021 .Dt MSHOW 1 .Os .Sh NAME @@ -47,17 +47,26 @@ instead of the default headers .Sq Li from\&:subject\&:to\&:cc\&:date\&:reply\&-to\&: . .It Fl A Ar mimetypes Define -.Sq Li "mixed/alternative" +.Sq Li "multipart/alternative" preference. .Ar mimetypes is a colon-separated list of MIME types which will be preferred, in the order given, when rendering -.Sq Li "mixed/alternative" +.Sq Li "multipart/alternative" parts. If no MIME type matches, the first MIME part will be rendered. .Pp +When +.Ar mimetypes +is +.Sq Li all , +.Nm +will render all parts of a +.Sq Li "multipart/alternative" +part. +.Pp Defaults to .Sq Li "text/plain:text/html" . .It Fl n |