diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-09-25 19:24:20 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-09-25 19:27:14 +0300 |
| commit | 9e0d0b8355be08f9dd4df82e3bbb57a1b1f29c59 (patch) | |
| tree | 4f3f5de22522e9d2b3f5d2b48048b981ae1dbb6f /man | |
| parent | 262353996a884bfcdeef1bdd36f06231df3d4bb3 (diff) | |
mu-init: fix typo in manpage, improve
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-init.1.org | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/man/mu-init.1.org b/man/mu-init.1.org index 21e46e8..d790f2f 100644 --- a/man/mu-init.1.org +++ b/man/mu-init.1.org @@ -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 |
