Who typed this?

This commit is contained in:
M66B
2020-04-18 17:09:49 +02:00
parent c601078473
commit 2215779bc2

View File

@@ -1462,8 +1462,6 @@ public class MessageHelper {
List<Part> all = new ArrayList<>();
all.addAll(plain);
all.addAll(html);
if (all.size() == 0)
return true;
for (Part p : all)
if (p.getSize() > 0)