Restore hard bounce in drafts folder

This commit is contained in:
M66B
2022-06-25 09:10:34 +02:00
parent c473dab127
commit 7b1eb11f7a
2 changed files with 7 additions and 0 deletions

View File

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