1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Mark auto spam as seen

This commit is contained in:
M66B 2020-11-07 17:52:44 +01:00
parent 1bf271c178
commit 255aa78913

View file

@ -725,6 +725,7 @@ public class EntityRule {
JSONObject jaction = new JSONObject();
jaction.put("type", TYPE_MOVE);
jaction.put("target", junk.id);
jaction.put("seen", true);
EntityRule rule = new EntityRule();
rule.folder = message.folder;