mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Leave sent message content
This commit is contained in:
@@ -1440,11 +1440,6 @@ class Core {
|
||||
dup.sent = helper.getSent();
|
||||
}
|
||||
|
||||
// Download message again to get signature / quoted message
|
||||
// This will propagate any modifications by the server locally as well
|
||||
if (EntityFolder.SENT.equals(folder.type))
|
||||
dup.content = false;
|
||||
|
||||
dup.error = null;
|
||||
|
||||
message = dup;
|
||||
|
||||
Reference in New Issue
Block a user