From 29807378533865dc868cbb32764f498a0d0627ce Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 24 Aug 2010 21:09:43 +0300 Subject: [PATCH] * add start of mu-extract manpage --- man/Makefile.am | 3 ++- man/mu-extract.1 | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 man/mu-extract.1 diff --git a/man/Makefile.am b/man/Makefile.am index 7d5e726c..769f4d9b 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -22,4 +22,5 @@ dist_man_MANS = \ mu-index.1 \ mu-cleanup.1 \ mu-mkdir.1 \ - mu-view.1 + mu-view.1 \ + mu-extract.1 diff --git a/man/mu-extract.1 b/man/mu-extract.1 new file mode 100644 index 00000000..052bc28f --- /dev/null +++ b/man/mu-extract.1 @@ -0,0 +1,39 @@ +.TH MU VIEW 1 "August 2010" "User Manuals" + +.SH NAME + +mu extract\- display and save message parts (attachments) + +.SH SYNOPSIS + +.B mu extract [options] [] + +.SH DESCRIPTION + +\fBmu extact\fR is the \fBmu\fR sub-command for extracting attachments from +mail messages. It works on files, and does not require the message to be +indexed before using +.BR mu-index(1) +\. + +.SH OPTIONS + +.TP +\fB\-k\fR, \fB\-\-summary\-len\fR=\fI\fR +instead of the full message, output a summary based on up to \fI\len\fR lines +of the message. The default is +.B 0 +, which means 'show full body'. + +.SH BUGS + +There probably are some; please report bugs when you find them: +.BR http://code.google.com/p/mu0/issues/list + +.SH AUTHOR + +Dirk-Jan C. Binnema + +.SH "SEE ALSO" + +.BR mu(1)