mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Small improvement
This commit is contained in:
@@ -261,6 +261,7 @@ public class EntityOperation {
|
||||
Long stored = message.stored;
|
||||
int notifying = message.notifying;
|
||||
boolean fts = message.fts;
|
||||
boolean _auto_classified = message.auto_classified;
|
||||
Integer importance = message.importance;
|
||||
boolean seen = message.seen;
|
||||
boolean flagged = message.flagged;
|
||||
@@ -310,6 +311,7 @@ public class EntityOperation {
|
||||
message.stored = stored;
|
||||
message.notifying = notifying;
|
||||
message.fts = fts;
|
||||
message.auto_classified = _auto_classified;
|
||||
message.importance = importance;
|
||||
message.seen = seen;
|
||||
message.flagged = flagged;
|
||||
|
||||
Reference in New Issue
Block a user