mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Defer daily rules
This commit is contained in:
@@ -604,7 +604,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
throw ex;
|
||||
}
|
||||
|
||||
List<EntityRule> rules = db.rule().getEnabledRules(browsable.id);
|
||||
List<EntityRule> rules = db.rule().getEnabledRules(browsable.id, false);
|
||||
|
||||
int found = 0;
|
||||
while (state.index >= 0 && found < pageSize && !state.destroyed) {
|
||||
|
||||
Reference in New Issue
Block a user