mu4e.texi: Add regexp --my-address example
This commit is contained in:
@ -428,8 +428,7 @@ following command:
|
|||||||
$ mu init --maildir=~/Maildir
|
$ mu init --maildir=~/Maildir
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Optionally, you can add some e-mail addresses, so @t{mu} recognizes
|
You can add some e-mail addresses, so @t{mu} recognizes them as yours:
|
||||||
them as yours:
|
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ mu init --maildir=~/Maildir --my-address=jim@@example.com --my-address=bob@@example.com
|
$ 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}
|
indexing messages. If you want to change them, you need to @t{init}
|
||||||
once again.
|
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}.
|
If you want to see the current values, you can use @command{mu info}.
|
||||||
|
|
||||||
@node Indexing your messages
|
@node Indexing your messages
|
||||||
|
|||||||
Reference in New Issue
Block a user