Skip to content

Commit

Permalink
mu-init: fix typo in manpage, improve
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Sep 25, 2024
1 parent 2623539 commit 9e0d0b8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions man/mu-init.1.org
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@ option is required; it must be an absolute path (but ~~/~ expansion is
performed).

** --my-address _email-address-or-regex_
Specifies that some e-mail address is `my-address' (the option can be used
multiple times). Any message in which at least one of the contact fields
contains such an address is considered a `personal' messages; this can then be
used for filtering in {{{man-link(mu-find,1)}}}, {{{man-link(mu-cfind,1)}}} and
*mu4e*, e.g. to filter-out mailing list messages.
Specifies that some e-mail address is a personal address. The option can be used
multiple times, to specify all your addresses.

Any message in which at least one of the contact fields contains such an address
is considered a `personal' message; this can then be used for filtering in
{{{man-link(mu-find,1)}}}, {{{man-link(mu-cfind,1)}}} and *mu4e*, e.g. to
filter-out mailing list messages.

_email-address-or-regex_ can be either a plain e-mail address (such as
*foo@example.com*), or a basic PCRE regular-expression (see
{{{man-link(pcre,3)}}} for details), wrapped in */* (such as
=/foo-.*@example\\.com/=). Depending on your shell, the argument may need to be
quoted.
*foo@example.com*), or a basic PCRE regular-expression (see {{{man-link(pcre,3)}}}
for details), wrapped in */* (such as =/foo-.*@example\\.com/=). Depending on your
shell, the argument may need to be quoted.

** --ignored-address _email-address-or-regex_
Specifies that some e-mail address is to be ignored from the contacts-cache (the
Expand Down

0 comments on commit 9e0d0b8

Please sign in to comment.