From fb2fed4c7166c2f941680849baf4642d8e7d67aa Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 23 Aug 2023 14:30:19 +0200 Subject: [PATCH] Update FAQ --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0fb20b54f1..13fe412026 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1839,6 +1839,8 @@ If you want to match a catch-all email address, this regex is usually fine, prov .* ``` +The username of a message being replied to will be used as the default username when editing of usernames is enabled in the advanced identity settings. + If you want to *not* match specific addresses, you can use something like this: ```