From f256e870bb0bb012bd943149f6c85d5644391b25 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 1 Dec 2019 07:52:10 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 8f76a5d3c8..360346b42c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1560,6 +1560,8 @@ Matching all messages is still possible by using a regex for the sender or recip You can use multiple rules, possibly with a *stop processing*, for an *or* or a *not* condition. Matching is not case sensitive, unless you use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression). +Please see [here](https://developer.android.com/reference/java/util/regex/Pattern) for the documentation of Java regular expressions. +Note that *dot all mode* is enabled to be able to match unfolded headers. You can select one of these actions to apply to matching messages: