mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Small improvements
This commit is contained in:
@@ -128,7 +128,7 @@ public class EntityRule {
|
||||
|
||||
private static final long SEND_DELAY = 5000L; // milliseconds
|
||||
|
||||
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "rule");
|
||||
private static final ExecutorService executor = Helper.getBackgroundExecutor(1, "rule");
|
||||
|
||||
static boolean needsHeaders(EntityMessage message, List<EntityRule> rules) {
|
||||
return needs(rules, "header");
|
||||
|
||||
Reference in New Issue
Block a user