* mu-find.1: small update

This commit is contained in:
djcb
2013-06-08 17:34:34 +03:00
parent 74feeded3b
commit 55403613e6

View File

@ -1,4 +1,4 @@
.TH MU FIND 1 "December 2012" "User Manuals" .TH MU FIND 1 "June 2013" "User Manuals"
.SH NAME .SH NAME
@ -53,9 +53,9 @@ messages.
A wildcard search is a search where a \fB*\fR matches the last \fIn\fR 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 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 characters before the wildcard. \fBmu\fR supports wildcard searches for all
wildcard searches for all fields except maildirs and paths. So, to get all fields except maildirs and paths. To get all mails with a subject containing a
mails with a subject containing a word starting with \fBcom\fR, you can use: word starting with \fBcom\fR, you can use:
.nf .nf
$ mu find 'subject:com*' $ 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 rightmost character of a search term. Furthermore, it is \fBnot\fR a regular
expression. expression.
In older versions of mu, queries were logged in \fI<mu-home>/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 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, 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: Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list .BR http://code.google.com/p/mu0/issues/list
If you have specific messages which are not matched correctly, please attach If you have specific messages which are not matched correctly, please attach
them (appropriately censored of course). them (appropriately censored if needed).
.SH AUTHOR .SH AUTHOR