1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-19 02:15:28 +00:00

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)