From 1c076e6c436ed71ae1015b35e61a1f7381cf0c52 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 4 Sep 2021 08:25:29 +0300 Subject: [PATCH] mu4e.texi: Add regexp --my-address example --- mu4e/mu4e.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index e7a24793..23bee8cd 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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