From c51d2819d5df0ad41e781f2d15724db7ef9cc7a2 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 2 Oct 2019 08:13:07 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index 7bcc38844b..adad2f1d87 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1471,7 +1471,7 @@ You can disable a rule and you can stop processing other rules after a rule has All the conditions of a rule need to be true for a filter rule to be executed. Conditions are optional, but there needs to be at least one condition. -You can use multiple rules, possibly with a *stop processing*, for an *or* condition. +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). @@ -1479,20 +1479,21 @@ In the *more* message menu there is an item to create a rule for a received mess You can select one of these actions to apply to matching messages: +* No action (useful for *not*) * Mark as read * Mark as unread +* Suppress notification * Snooze * Add star * Move -* Copy +* Copy (Gmail: label) * Reply template -* Automation +* Automation (Tasker, etc) -Filter rules are applied direct after the message header has been fetched, before the message text has been downloaded, +Filter rules are applied directly after the message header has been fetched, before the message text has been downloaded, so it is not possible to apply filter conditions and actions to the message text. Note that large message texts are downloaded on demand on a metered connection to save data. -To debug rules you can long press *Operations* to see logging about the evaluation of rule conditions. Since message headers are not downloaded and stored by default to save on battery and data usage and to save storage space it is not possible to preview which messages would match the rule conditions.