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 263f328bf6
commit 904450bf42
1 changed files with 4 additions and 2 deletions

View File

@ -441,8 +441,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
@ -452,6 +451,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