Leave sent message content

This commit is contained in:
M66B 2019-08-29 20:44:00 +02:00
parent 0cf490fded
commit 9333cb6720
1 changed files with 0 additions and 5 deletions

View File

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