mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-17 14:33:32 +02:00
Who typed this?
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user