1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Run all folder rules

This commit is contained in:
M66B 2023-01-10 08:23:42 +01:00
parent 5182b28548
commit 006880192e

View file

@ -1179,7 +1179,7 @@ public class FragmentFolders extends FragmentBase {
DB db = DB.getInstance(context);
List<EntityRule> rules = db.rule().getEnabledRules(fid, false);
List<EntityRule> rules = db.rule().getEnabledRules(fid, null);
if (rules == null)
return 0;
EntityLog.log(context, "Executing rules count=" + rules.size());