MCPcopy Create free account
hub / github.com/M66B/FairEmail / ignoreAll

Method ignoreAll

app/src/main/java/eu/faircode/email/DaoMessage.java:970–970  ·  view source on GitHub ↗
(Long account, Long folder, String type)

Source from the content-addressed store, hash-verified

968 int setMessageLastTouched(long id, Long last_touched);
969
970 @Query("UPDATE message SET ui_ignored = 1" +
971 " WHERE NOT ui_ignored" +
972 " AND account IN (" +
973 " SELECT id FROM account" +

Callers 2

onExecuteMethod · 0.80
onClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected