This commit is contained in:
M66B
2021-06-30 13:25:31 +02:00
parent bdb43f3b92
commit 47044d126f
2 changed files with 5 additions and 5 deletions

View File

@@ -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 +