diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-04-24 10:53:24 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-04-24 10:53:24 +0300 |
| commit | fed8d2050343a1eb2ddcc49efb1ef7202a924a15 (patch) | |
| tree | 8d52fc4a6531e8241292af413dc2b5c41a65f5b1 /man | |
| parent | 7895a1376b167d1f1cc38560dee7102bd8bbda02 (diff) | |
* mu.1: some spelling fixes from Philipp Weis
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -260,15 +260,16 @@ offers all the search functionality that Xapian offers; please refer to: All queries are logged in \fI<mu-home>/mu.log\fR. The basic way to search a message is to type some words matching it, as you -would do in a search engine on the internet, ie. +would do in an internet search engine. For example, .nf mu find monkey banana .fi -will find all message that have both 'monkey' and 'banana'. Matching is -case-insensitive and somewhat intelligent, in that it tries to recognize -various forms of a word (such as plulars); this is all courtesy of Xapina. +will find all message that contain both 'monkey' and 'banana'. Matching is +case-insensitive and recognizes various forms of a word such as plurals; this +is all courtesy of Xapian. + \fBmu\fR also recognizes prefixes for specific fields in a messages; for example: |
