mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Expressions: hasAttachments
This commit is contained in:
parent
e2f3da5629
commit
785387955f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ public class EntityRule {
|
||||||
private static final int URL_TIMEOUT = 15 * 1000; // milliseconds
|
private static final int URL_TIMEOUT = 15 * 1000; // milliseconds
|
||||||
|
|
||||||
private static final List<String> EXPR_VARIABLES = Collections.unmodifiableList(Arrays.asList(
|
private static final List<String> EXPR_VARIABLES = Collections.unmodifiableList(Arrays.asList(
|
||||||
"to", "from", "subject", "text"
|
"to", "from", "subject", "text", "hasAttachments"
|
||||||
));
|
));
|
||||||
|
|
||||||
static boolean needsHeaders(EntityMessage message, List<EntityRule> rules) {
|
static boolean needsHeaders(EntityMessage message, List<EntityRule> rules) {
|
||||||
|
|
Loading…
Reference in a new issue