mu4e.texi: improve regexp example

This commit is contained in:
Dirk-Jan C. Binnema 2021-09-04 08:42:18 +03:00
parent ecea966169
commit 5303b8cdc8
1 changed files with 5 additions and 2 deletions

View File

@ -439,8 +439,11 @@ 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/}. Depending on your shell
program, the argument may need to b quoted.
slashes, for example:
@example
$ mu init --maildir=~/Maildir '--my-address=/foo-.*@@example\.com/'
@end example
If you want to see the current values, you can use @command{mu info}.