1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Restore hard bounce in drafts folder (2)

This commit is contained in:
M66B 2022-06-25 10:04:06 +02:00
parent 9f0352f546
commit 00b2f37f68

View file

@ -3004,10 +3004,6 @@ public class MessageHelper {
}
Integer isPlainOnly() {
for (PartHolder h : extra)
if (h.isReport())
return null;
int html = 0;
int plain = 0;
for (PartHolder h : text) {