From a7ec71f584dddf3252b4fc8dbc6606582e173027 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 28 Nov 2023 08:36:04 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 11 +++++++++++ index.html | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/FAQ.md b/FAQ.md index d050398115..c6c0b04181 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2748,6 +2748,17 @@ Note that the Android contact provider isn't very fast, so using this placeholde
+Since version 1.2132 it is possible to use the following placeholders in keywords: + +``` +$day$ +$week$ +$month$ +$year$ +``` + +
+ Since message headers are not downloaded and stored by default to save on battery and data usage and to save storage space it is by default not possible to preview which messages would match a header rule condition. You can enable downloading message headers in the connection settings and check headers conditions anyway (since version 1.1599). diff --git a/index.html b/index.html index c75a62477d..2efed33046 100644 --- a/index.html +++ b/index.html @@ -1483,6 +1483,12 @@ $domain$ $group$ (since version 1.2030)

group will be replaced with the contact group name of the sender, provided that the related contact is assigned to one contact group only. Note that the Android contact provider isn’t very fast, so using this placeholder can slow down fetching messages.


+

Since version 1.2132 it is possible to use the following placeholders in keywords:

+
$day$
+$week$
+$month$
+$year$
+


Since message headers are not downloaded and stored by default to save on battery and data usage and to save storage space it is by default not possible to preview which messages would match a header rule condition. You can enable downloading message headers in the connection settings and check headers conditions anyway (since version 1.1599).

Some common header conditions (regex):