mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Fixed crash
This commit is contained in:
parent
a64b7999f2
commit
28b01666c6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue