This commit is contained in:
M66B 2023-09-13 07:41:09 +02:00
parent aa0181f556
commit 72c15a130f
1 changed files with 1 additions and 0 deletions

View File

@ -4920,6 +4920,7 @@ public class MessageHelper {
!("mixed".equalsIgnoreCase(ct.getSubType()) ||
"alternative".equalsIgnoreCase(ct.getSubType()) ||
"related".equalsIgnoreCase(ct.getSubType()) ||
"relative".equalsIgnoreCase(ct.getSubType()) || // typo?
"report".equalsIgnoreCase(ct.getSubType()) ||
"parallel".equalsIgnoreCase(ct.getSubType()) ||
"digest".equalsIgnoreCase(ct.getSubType()) ||