mirror of https://github.com/M66B/FairEmail.git
Who typed this?
This commit is contained in:
parent
c601078473
commit
2215779bc2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue