* add start of mu-extract manpage

This commit is contained in:
Dirk-Jan C. Binnema 2010-08-24 21:09:43 +03:00
parent 1b75323e1c
commit 2980737853
2 changed files with 41 additions and 1 deletions

View File

@ -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

39
man/mu-extract.1 Normal file
View File

@ -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] <file> [<parts-to-save>]
.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<len>\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 <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
.BR mu(1)