summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-09-04 08:42:18 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-10-17 12:02:18 +0300
commit78460232426da9cd8fe72088f7e12f06f21793df (patch)
tree120c5806d679240f96e1429cee8c8a41c03c7508
parentb1a5bb86781cbf96197bb33946d13f305a23666f (diff)
mu4e.texi: improve regexp example
-rw-r--r--mu4e/mu4e.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi
index 319f674..8bc99d0 100644
--- a/mu4e/mu4e.texi
+++ b/mu4e/mu4e.texi
@@ -452,8 +452,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}.