diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-09-22 15:37:36 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-09-22 15:37:36 +0200 |
commit | f1789cfcef342342246af95d355fca8515f92198 (patch) | |
tree | 4f30ccfcda5f9a10682e857f76022a6ee2214db9 /man | |
parent | 75ba2ab9a5b3df6c1d3071667094fa050a6d32bb (diff) | |
download | mblaze-f1789cfcef342342246af95d355fca8515f92198.tar.gz mblaze-f1789cfcef342342246af95d355fca8515f92198.tar.xz mblaze-f1789cfcef342342246af95d355fca8515f92198.zip |
mshow: add -F to disable MIME filters
Diffstat (limited to 'man')
-rw-r--r-- | man/mshow.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mshow.1 b/man/mshow.1 index ef439ed..dbb0d9d 100644 --- a/man/mshow.1 +++ b/man/mshow.1 @@ -8,7 +8,7 @@ .Nm .Op Fl h Ar headers .Op Fl A Ar mimetypes -.Op Fl nqrHLN +.Op Fl nqrFHLN .Op Ar msgs\ ... .Nm .Fl x Ar msg @@ -62,6 +62,8 @@ Don't render the body, stop after header output. .It Fl r Don't render the body, print raw body. This may be dangerous to use on a tty. +.It Fl F +Don't apply filters to MIME parts. .It Fl H Don't decode the headers, print all raw headers. This may be dangerous to use on a tty. |