mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 23:16:37 +00:00
Updated FAQ
This commit is contained in:
parent
4d7afd6f6b
commit
d18e7d46a1
2 changed files with 3 additions and 0 deletions
2
FAQ.md
2
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.
|
||||
|
||||
<br>
|
||||
|
||||
A *move* action can optionally create subfolders (since version 1.1966) to move messages to, for which you can use the following placeholders:
|
||||
|
|
|
@ -1457,6 +1457,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org></code></pre>
|
|||
<p><br></p>
|
||||
<p>It is possible to use a <a href="https://jsoup.org/cookbook/extracting-data/selector-syntax">Jsoup selector</a> to select the text for notes, for example:</p>
|
||||
<pre><code>jsoup:td > span:containsOwn(€)</code></pre>
|
||||
<p>The text of the first matched HTML element up to 512 characters will be used as text for the local note.</p>
|
||||
<p><br></p>
|
||||
<p>A <em>move</em> action can optionally create subfolders (since version 1.1966) to move messages to, for which you can use the following placeholders:</p>
|
||||
<pre><code>$day$ (since version 1.2030)
|
||||
|
|
Loading…
Reference in a new issue