mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Fixes
This commit is contained in:
@@ -196,9 +196,6 @@ public class EntityOperation {
|
||||
jargs.remove(2);
|
||||
}
|
||||
|
||||
jargs.put(1, autoread);
|
||||
jargs.put(3, autounflag);
|
||||
|
||||
EntityFolder source = db.folder().getFolder(message.folder);
|
||||
EntityFolder target = db.folder().getFolder(jargs.getLong(0));
|
||||
if (source == null || target == null || source.id.equals(target.id))
|
||||
@@ -208,6 +205,9 @@ public class EntityOperation {
|
||||
EntityFolder.TRASH.equals(target.type))
|
||||
autoread = true;
|
||||
|
||||
jargs.put(1, autoread);
|
||||
jargs.put(3, autounflag);
|
||||
|
||||
EntityLog.log(context, "Move message=" + message.id +
|
||||
"@" + new Date(message.received) +
|
||||
":" + message.subject +
|
||||
|
||||
Reference in New Issue
Block a user