mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Updated FAQ
This commit is contained in:
parent
7c8548616a
commit
8270c9abbf
2 changed files with 4 additions and 4 deletions
4
FAQ.md
4
FAQ.md
|
@ -2769,8 +2769,8 @@ The following extra variables are available:
|
|||
|
||||
The following extra operators are available:
|
||||
|
||||
* *contains* (contains substring)
|
||||
* *matches* (matches regex)
|
||||
* *contains* (string/array of strings contains substring)
|
||||
* *matches* (string/array of strings matches regex)
|
||||
|
||||
The following extra functions are available:
|
||||
|
||||
|
|
|
@ -1510,8 +1510,8 @@ X-Google-Original-From: Somebody <somebody+extra@example.org></code></pre>
|
|||
</ul>
|
||||
<p>The following extra operators are available:</p>
|
||||
<ul>
|
||||
<li><em>contains</em> (contains substring)</li>
|
||||
<li><em>matches</em> (matches regex)</li>
|
||||
<li><em>contains</em> (string/array of strings contains substring)</li>
|
||||
<li><em>matches</em> (string/array of strings matches regex)</li>
|
||||
</ul>
|
||||
<p>The following extra functions are available:</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue