mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Mark auto spam as seen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user