From d18e7d46a174e63bda75938f34d9c1c712c2c112 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 15 Aug 2023 08:02:16 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 054e2fc388..312a55e37f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2700,6 +2700,8 @@ It is possible to use a [Jsoup selector](https://jsoup.org/cookbook/extracting-d jsoup:td > span:containsOwn(€) ``` +The text of the first matched HTML element up to 512 characters will be used as text for the local note. +
A *move* action can optionally create subfolders (since version 1.1966) to move messages to, for which you can use the following placeholders: diff --git a/index.html b/index.html index d1ac31db84..c564504e2b 100644 --- a/index.html +++ b/index.html @@ -1457,6 +1457,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>


It is possible to use a Jsoup selector to select the text for notes, for example:

jsoup:td > span:containsOwn(€)
+

The text of the first matched HTML element up to 512 characters will be used as text for the local note.


A move action can optionally create subfolders (since version 1.1966) to move messages to, for which you can use the following placeholders:

$day$ (since version 1.2030)