mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Corrected body size
This commit is contained in:
@@ -2819,7 +2819,6 @@ public class MessageHelper {
|
||||
|
||||
List<PartHolder> all = new ArrayList<>();
|
||||
all.addAll(text);
|
||||
all.addAll(extra);
|
||||
for (PartHolder h : all) {
|
||||
int s = h.part.getSize();
|
||||
if (s >= 0)
|
||||
|
||||
Reference in New Issue
Block a user