about summary refs log tree commit diff
path: root/man/mmime.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-02 14:01:05 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-02 14:01:18 +0200
commit2073102d4d2231dd2f341c9dc8bde9ea38274369 (patch)
treea1919a0e1d062cbfbefdd9ae3b7f5466c4d9a1fa /man/mmime.1
parenta52af29aa96be8d59a6e7806283ca91dcf46c8a7 (diff)
downloadmblaze-2073102d4d2231dd2f341c9dc8bde9ea38274369.tar.gz
mblaze-2073102d4d2231dd2f341c9dc8bde9ea38274369.tar.xz
mblaze-2073102d4d2231dd2f341c9dc8bde9ea38274369.zip
mmime: add -r for plain text
Diffstat (limited to 'man/mmime.1')
-rw-r--r--man/mmime.111
1 files changed, 11 insertions, 0 deletions
diff --git a/man/mmime.1 b/man/mmime.1
index 056913b..1118850 100644
--- a/man/mmime.1
+++ b/man/mmime.1
@@ -6,6 +6,9 @@
 .Nd encode MIME mails
 .Sh SYNOPSIS
 .Nm
+.Op Fl r
+<
+.Ar message
 .Sh DESCRIPTION
 .Nm
 encodes the standard input into a MIME message.
@@ -23,6 +26,14 @@ with a MIME part having Content-Type
 .Ar type
 consisting of the contents of
 .Pa filename .
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl r
+Raw mode: don't expand MIME parts in the body, generate a
+.Sq Li text/plain
+message.
+.El
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO