mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Fixed crash
This commit is contained in:
@@ -127,7 +127,7 @@ public class EntityMessage implements Serializable {
|
||||
try {
|
||||
this.body = (body == null ? "" : body);
|
||||
out = new BufferedWriter(new FileWriter(file));
|
||||
out.write(body);
|
||||
out.write(this.body);
|
||||
} finally {
|
||||
if (out != null)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user