mu int: improve docs for regexp addresses

This commit is contained in:
Dirk-Jan C. Binnema 2021-09-04 08:34:17 +03:00
parent 1c076e6c43
commit ecea966169
2 changed files with 5 additions and 3 deletions

View File

@ -43,8 +43,9 @@ allows you, for example, to filter out (\fBmu cfind --personal\fR) addresses
which were merely seen in mailing list messages.
\fI<my-email-address>\fR can be either a plain e-mail address (such as
\fBfoo@example.com\fR), or a regular-expression (of the 'Basic POSIX'
flavor), wrapped in \fB/\fR (such as \fB/foo-.*@example\\.com/\fR).
\fBfoo@example.com\fR), or a regular-expression (of the 'Basic POSIX' flavor),
wrapped in \fB/\fR (such as \fB/foo-.*@example\\.com/\fR). Depending on your
shell program, the argument may need to b quoted.
.SH ENVIRONMENT

View File

@ -439,7 +439,8 @@ indexing messages. If you want to change them, you need to @t{init}
once again.
The addresses can also be basic POSIX regular expressions, wrapped in
slashes, such as @t{/foo-.*@@example\\.com/}.
slashes, such as @t{/foo-.*@@example\\.com/}. Depending on your shell
program, the argument may need to b quoted.
If you want to see the current values, you can use @command{mu info}.