Expressions: hasAttachments

This commit is contained in:
M66B 2024-04-18 08:44:02 +02:00
parent e2f3da5629
commit 785387955f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class EntityRule {
private static final int URL_TIMEOUT = 15 * 1000; // milliseconds
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) {