Mark auto spam as seen

pull/187/head
M66B 4 years ago
parent 1bf271c178
commit 255aa78913

@ -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;

Loading…
Cancel
Save