mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Restore hard bounce in drafts folder (2)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user