mu4e.texi: Add regexp --my-address example

This commit is contained in:
Dirk-Jan C. Binnema 2021-09-04 08:25:29 +03:00
parent 57f00a6c1a
commit 1c076e6c43
1 changed files with 4 additions and 2 deletions

View File

@ -428,8 +428,7 @@ following command:
$ mu init --maildir=~/Maildir
@end example
Optionally, you can add some e-mail addresses, so @t{mu} recognizes
them as yours:
You can add some e-mail addresses, so @t{mu} recognizes them as yours:
@example
$ mu init --maildir=~/Maildir --my-address=jim@@example.com --my-address=bob@@example.com
@ -439,6 +438,9 @@ them as yours:
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/}.
If you want to see the current values, you can use @command{mu info}.
@node Indexing your messages