mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Prevent seen without uid
This commit is contained in:
@@ -157,8 +157,9 @@ public class EntityOperation {
|
||||
cal_keep.set(Calendar.MILLISECOND, 0);
|
||||
|
||||
// Create copy without uid in target folder
|
||||
// Message with same msgid can be in archive and source folder
|
||||
// Message with same msgid can be in archive
|
||||
if (message.uid != null &&
|
||||
message.ui_seen &&
|
||||
target.synchronize &&
|
||||
message.received > cal_keep.getTimeInMillis() &&
|
||||
db.message().countMessageByMsgId(target.id, message.msgid) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user