Mark auto spam as seen

This commit is contained in:
M66B 2020-11-07 17:52:44 +01:00
parent 1bf271c178
commit 255aa78913
1 changed files with 1 additions and 0 deletions

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;