1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 23:12:55 +00:00

Update FAQ

This commit is contained in:
M66B 2023-08-23 14:30:19 +02:00
parent d81586d24a
commit fb2fed4c71

2
FAQ.md
View file

@ -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: If you want to *not* match specific addresses, you can use something like this:
``` ```