From a68c68c41ae91241edf1e36c5415171e2e04ecfc Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 28 Aug 2023 16:35:30 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + index.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 13fe412026..24b745ff5e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2407,6 +2407,7 @@ but even Google's Chrome cannot handle this. * Did you know that you can long press the image action to show the image dialog, even if it was disabled? (since version 1.1772) * Did you know that you can long press the "] \[" button to fit original messages to the screen width? (this might result in "thin" messages) * Did you know that you can long press on the save drafts button for a grammar, style, and spell check via [LanguageTools](https://languagetool.org/)? +* Did you know that you can long press a folder in the folder selection dialog to copy instead of move a message?
diff --git a/index.html b/index.html index 9e161789ca..70e7697201 100644 --- a/index.html +++ b/index.html @@ -1067,6 +1067,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>

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.

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.

If you want to not match specific addresses, you can use something like this:

^(?!marcel$|johanna$).*

If you like to match the special purpose email addresses abc@example.com and xyx@example.com and like to have a fallback email address main@example.com as well, you could do something like this:

@@ -1316,6 +1317,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
  • Did you know that you can long press the image action to show the image dialog, even if it was disabled? (since version 1.1772)
  • Did you know that you can long press the “] [” button to fit original messages to the screen width? (this might result in “thin” messages)
  • Did you know that you can long press on the save drafts button for a grammar, style, and spell check via LanguageTools?
  • +
  • Did you know that you can long press a folder in the folder selection dialog to copy instead of move a message?

  • (61) Why are some messages shown dimmed?