Disable auto read when moving from junk to inbox

pull/194/merge
M66B 4 years ago
parent 54662d0428
commit 0789569664

@ -205,6 +205,10 @@ public class EntityOperation {
EntityFolder.TRASH.equals(target.type))
autoread = true;
if (EntityFolder.JUNK.equals(source.type) &&
EntityFolder.INBOX.equals(target.type))
autoread = false;
jargs.put(1, autoread);
jargs.put(3, autounflag);

Loading…
Cancel
Save