From 5303b8cdc898ef766b23e919f82c1cebc9db28c2 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 4 Sep 2021 08:42:18 +0300 Subject: [PATCH] mu4e.texi: improve regexp example --- mu4e/mu4e.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index b0329a59..fe0afc7b 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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}.