mirror of https://github.com/M66B/FairEmail.git
Leave sent message content
This commit is contained in:
parent
0cf490fded
commit
9333cb6720
|
@ -1440,11 +1440,6 @@ class Core {
|
||||||
dup.sent = helper.getSent();
|
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;
|
dup.error = null;
|
||||||
|
|
||||||
message = dup;
|
message = dup;
|
||||||
|
|
Loading…
Reference in New Issue