Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getEnabledRules
Method
getEnabledRules
app/src/main/java/eu/faircode/email/DaoRule.java:37–37 ·
view source on GitHub ↗
(long folder, Boolean daily)
Source
from the content-addressed store, hash-verified
35
List<EntityRule> getRules(long folder);
36
37
@Query(
"SELECT * FROM rule"
+
38
" WHERE folder = :folder"
+
39
" AND enabled"
+
40
" AND (:daily IS NULL OR daily = :daily)"
+
Callers
6
onExecute
Method · 0.80
onFetch
Method · 0.80
onRule
Method · 0.80
onSynchronizeMessages
Method · 0.80
daily
Method · 0.80
load_server
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected