mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Corrected body size
This commit is contained in:
parent
1d414e65a1
commit
55ac52f9a2
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue