mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Disable auto read when moving from junk to inbox
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user