diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-09-04 08:34:17 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-09-04 08:34:17 +0300 |
| commit | ecea966169fb4a01a9d25039c23b71a74f1b5496 (patch) | |
| tree | 246e86a49d2d14a8ca42bc6c660983b30e144535 /man | |
| parent | 1c076e6c436ed71ae1015b35e61a1f7381cf0c52 (diff) | |
mu int: improve docs for regexp addresses
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-init.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mu-init.1 b/man/mu-init.1 index 1a6f731..c09d959 100644 --- a/man/mu-init.1 +++ b/man/mu-init.1 @@ -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 |
