mu-info: improve docs; better colors

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-06 07:39:55 +03:00
parent c59d493296
commit d96e9cc4ba
4 changed files with 96 additions and 59 deletions

View File

@ -79,7 +79,7 @@ parameters, such as:
m *m*aildir
#+end_example
For the complate list, see *mu-fields(1)*.
For the complete list, try the command: ~mu info fields~.
The message flags are described in *mu-query(7)*. As an example, a message which
is 'seen', has an attachment and is signed would have 'asz' as its corresponding
@ -100,7 +100,7 @@ specify the field to sort the search results by and the direction (i.e.,
to,t To:-recipient(s)
#+end_example
For the complete list use can use the *mu fields* command; see *mu-fields(1)*.
For the complete list, try the command: ~mu info fields~.
Thus, for example, to sort messages by date, you could specify:
@ -283,4 +283,4 @@ default format), and UTF-8 for all other formats (=sexp=, =xml=).
* SEE ALSO
*mu(1)*, *mu-index(1)*, *mu-query(7)*, *mu-fields(1)*
*mu(1)*, *mu-index(1)*, *mu-query(7)*, *mu-info(1)*

View File

@ -114,7 +114,8 @@ bit longer than 'normal' queries.
* FIELDS
We already saw a number of search fields, such as *subject:* and *body:*. For the
full table with all details, including single-char shortcuts, see *mu-fields(1)*.
full table with all details, including single-char shortcuts, try the command:
~mu info fields~.
|------------+-----------+--------------------------------|
| field-name | alias | description |
@ -325,7 +326,7 @@ hallo and (lang:nl or lang:de)
With current Xapian versions, the apostroph character is considered part of a
word. Thus, you cannot find =D'Artagnan= by searching for =Artagnan=. So, include
the apostroph in search or use a regexp search.
the apostrophe in search or use a regexp search.
Matching on spaces has changed compared to the old query-parser; this applies
e.g. to Maildirs that have spaces in their name, such as =Sent Items=. See *MAILDIR*
@ -335,4 +336,4 @@ above.
* SEE ALSO
*mu-find(1)*, *mu-fields(1), *pcre(3)*
*mu-find(1)*, *mu-info(1), *pcre(3)*