* update man page

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-10 14:19:45 +03:00
parent 838bb25d4e
commit 76b946e653
2 changed files with 17 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.TH MU FIND 1 "June 2011" "User Manuals"
.TH MU FIND 1 "July 2011" "User Manuals"
.SH NAME
@ -374,6 +374,20 @@ Note: when \fBmu\fR creates a Maildir for these links, it automatically
inserts a \fI.noindex\fR file, to exclude the directory from \fBmu
index\fR.
.TP
\fB\-\-exec\fR=\fI<command>\fR
the \fB\-\-exec\fR command causes the \fIcommand\fR to be executed on each
matched message; for example, to see the raw text of all messages
matching 'milkshake', you could use:
.nf
$ mu find milkshake --exec='less'
.fi
which is roughly equivalent to:
.nf
$ mu find milkshake --fields="l" | xargs less
.fi
.TP
\fB\-b\fR, \fB\-\-bookmark\fR=\fI<bookmark>\fR
use a bookmarked search query. Using this option, a query from your bookmark
@ -448,7 +462,6 @@ Find all unread messages with attachments:
.fi
.SS Integrating mu find with mail clients
.TP

View File

@ -1,4 +1,4 @@
.TH MU VIEW 1 "May 2011" "User Manuals"
.TH MU VIEW 1 "July 2011" "User Manuals"
.SH NAME
@ -25,7 +25,7 @@ any).
instead of displaying the full message, output a summary based upon the first
lines of the message.
\fB\-\-terminator\fR
\fB\-\-terminate\fR
terminate messaages with a \\f (\fIform-feed\fR) characters when displaying
them. This is useful when you want to further process them.