From 76b946e653845df30be2e9aeeefed5a8b4dc023e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 10 Jul 2011 14:19:45 +0300 Subject: [PATCH] * update man page --- man/mu-find.1 | 17 +++++++++++++++-- man/mu-view.1 | 4 ++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/man/mu-find.1 b/man/mu-find.1 index 3edeccef..eb14b1d8 100644 --- a/man/mu-find.1 +++ b/man/mu-find.1 @@ -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\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\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 diff --git a/man/mu-view.1 b/man/mu-view.1 index 7d672fb5..b78e2a88 100644 --- a/man/mu-view.1 +++ b/man/mu-view.1 @@ -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.