mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Restore hard bounce in drafts folder
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user