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:
parent
1bf271c178
commit
255aa78913
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue