mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Restore hard bounce in drafts folder (2)
This commit is contained in:
parent
9f0352f546
commit
00b2f37f68
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue