mu-man: typeset option values differently
Use underlining only, do not use <>, as it is the most often done.
This commit is contained in:
@ -47,8 +47,8 @@ The regular expressions are basic case-insensitive PCRE, see {{{man-link(pcre,3)
|
||||
|
||||
* CFIND OPTIONS
|
||||
|
||||
** --format=plain|mutt-alias|mutt-ab|wl|org-contact|bbdb|csv
|
||||
sets the output format to the given value. The following are available:
|
||||
** --format plain|mutt-alias|mutt-ab|wl|org-contact|bbdb|csv
|
||||
Sets the output format to the given value. The following are available:
|
||||
|
||||
#+ATTR_MAN: :disable-caption t
|
||||
| --format= | description |
|
||||
@ -68,13 +68,14 @@ any double-quote is replaced by a double-double quote (thus, "hello" become
|
||||
""hello"", and fields with commas are put in double-quotes. Normally, this
|
||||
should only apply to name fields.
|
||||
|
||||
** --personal,-p only show addresses seen in messages where one of `my' e-mail
|
||||
** -p, --personal
|
||||
Only show addresses seen in messages where one of `my' e-mail
|
||||
addresses was seen in one of the address fields; this is to exclude addresses
|
||||
only seen in mailing-list messages. See the *--my-address* parameter to *mu init*.
|
||||
|
||||
** --after=<timestamp> only show addresses last seen after
|
||||
=<timestamp>=. =<timestamp>= is a UNIX *time_t* value, the number of
|
||||
seconds since 1970-01-01 (in UTC).
|
||||
** --after _timestamp_
|
||||
Only show addresses last seen after _timestamp_. _timestamp_ is a UNIX
|
||||
*time_t* value, the number of seconds since 1970-01-01 (in UTC).
|
||||
|
||||
From the command line, you can use the *date* command to get this value. For
|
||||
example, only consider addresses last seen after 2020-06-01, you could specify
|
||||
|
||||
Reference in New Issue
Block a user