From 55403613e6fbae3eb5829698336bc79a5c5317dd Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 8 Jun 2013 17:34:34 +0300 Subject: [PATCH] * mu-find.1: small update --- man/mu-find.1 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/man/mu-find.1 b/man/mu-find.1 index 335a3c78..518ee7a8 100644 --- a/man/mu-find.1 +++ b/man/mu-find.1 @@ -1,4 +1,4 @@ -.TH MU FIND 1 "December 2012" "User Manuals" +.TH MU FIND 1 "June 2013" "User Manuals" .SH NAME @@ -53,9 +53,9 @@ messages. A wildcard search is a search where a \fB*\fR matches the last \fIn\fR character(s) in some string. The string must always start with one or more -characters before the wildcards. Since version 0.9.6, \fBmu\fR also supports -wildcard searches for all fields except maildirs and paths. So, to get all -mails with a subject containing a word starting with \fBcom\fR, you can use: +characters before the wildcard. \fBmu\fR supports wildcard searches for all +fields except maildirs and paths. To get all mails with a subject containing a +word starting with \fBcom\fR, you can use: .nf $ mu find 'subject:com*' @@ -68,9 +68,6 @@ remember that the '*' invokes the wildcard search only when used as the rightmost character of a search term. Furthermore, it is \fBnot\fR a regular expression. -In older versions of mu, queries were logged in \fI/mu.log\fR; -however, since version 0.9, mu no longer does this. - The basic way to search a message is to type some words matching it, as you would do in an internet search engine. For example, @@ -656,7 +653,7 @@ non-zero return value, for example: Please report bugs if you find them: .BR http://code.google.com/p/mu0/issues/list If you have specific messages which are not matched correctly, please attach -them (appropriately censored of course). +them (appropriately censored if needed). .SH AUTHOR