* update mu-extract man page a bit

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-01 23:35:03 +03:00
parent a512cb64f4
commit 364620170c

View File

@ -10,20 +10,27 @@ mu extract\- display and save message parts (attachments)
.SH DESCRIPTION .SH DESCRIPTION
\fBmu extact\fR is the \fBmu\fR sub-command for extracting attachments from \fBmu extact\fR is the \fBmu\fR sub-command for extracting MIME-parts (e.g.,
mail messages. It works on files, and does not require the message to be attachments) from mail messages. It works on files, and does not require the
indexed before using message to be indexed.
.BR mu-index(1)
\. For attachments, the name specified in the message is used; when saving
mime-parts, a name is used, derived from the message-id of the message. Thus,
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-k\fR, \fB\-\-summary\-len\fR=\fI<len>\fR \fB\-a\fR, \fB\-\-save\-attachments\fR
instead of the full message, output a summary based on up to \fI\len\fR lines save all MIME-parts that look like attachments.
of the message. The default is
.B 0 \fB\-\-save\-all-parts\fR
, which means 'show full body'. save all non-multipart MIME-parts.
\fB\-\-target\-dir\fR=<dir>
save the parts in some other directory than the current one.
\fB\-\-overwrite\fR
overwrite existing files with the same name.
.SH BUGS .SH BUGS