mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Raw message size
This commit is contained in:
parent
6927650e78
commit
46c59e71c6
1 changed files with 0 additions and 5 deletions
|
@ -1803,12 +1803,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
attachment.message = message.id;
|
||||
attachment.sequence = sequence++;
|
||||
attachment.id = db.attachment().insertAttachment(attachment);
|
||||
|
||||
if (message.size != null && attachment.size != null)
|
||||
message.size -= attachment.size;
|
||||
}
|
||||
|
||||
db.message().updateMessage(message);
|
||||
} else {
|
||||
if (message.seen != seen || message.seen != message.ui_seen) {
|
||||
message.seen = seen;
|
||||
|
|
Loading…
Reference in a new issue