From df0893d5ad98f1376321344be0e3efc72d8d86a5 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 18 Dec 2024 10:23:33 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d85830c06f..3c100a5fe1 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2009,6 +2009,7 @@ It is possible to configure a [regex](https://en.wikipedia.org/wiki/Regular_expr to match **the username** of an email address (the part before the @ sign). Note that the domain name (the parts after the @ sign) always needs to be equal to the domain name of the identity. +This also implies that the username will be copied from a received message only if it matches the domain name of the matched identity. Since version 1.1640 it is possible to match the full email address with a regex, which can be useful for matching alias domain names. If you want to match a catch-all email address, this regex is usually fine, provided all usernames for the domain are yours: diff --git a/index.html b/index.html index b030fc2c4a..18b4165092 100644 --- a/index.html +++ b/index.html @@ -1186,7 +1186,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>

Note that identities need to be enabled to be able to be matched and that identities of other accounts will not be considered.

Matching will be done only once on receiving a message, so changing the configuration will not change existing messages. You could clear local messages by long pressing a folder in the folder list and synchronize the messages again, though.

It is possible to configure a regex in the advanced identity settings (Navigation menu > Settings > Manual setup and account options > Identities > tap the identity > Advanced) to match the username of an email address (the part before the @ sign).

-

Note that the domain name (the parts after the @ sign) always needs to be equal to the domain name of the identity. Since version 1.1640 it is possible to match the full email address with a regex, which can be useful for matching alias domain names.

+

Note that the domain name (the parts after the @ sign) always needs to be equal to the domain name of the identity. This also implies that the username will be copied from a received message only if it matches the domain name of the matched identity. Since version 1.1640 it is possible to match the full email address with a regex, which can be useful for matching alias domain names.

If you want to match a catch-all email address, this regex is usually fine, provided all usernames for the domain are yours:

.*

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.