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