Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751

This commit is contained in:
Brian Smith 2022-04-26 15:57:19 -05:00 committed by roytam1
commit d5c43d1d35
15 changed files with 23 additions and 32 deletions

View file

@ -744,7 +744,7 @@ bool nsIMAPBodypartLeaf::ShouldFetchInline(nsIMAPBodyShell *aShell)
}
#endif // XP_MACOSX
// Leave out parts with type application/*
// Leave out parts with type application/(*)
if (!PL_strcasecmp(m_bodyType, "APPLICATION") && // If it is of type "application"
PL_strncasecmp(m_bodySubType, "x-pkcs7", 7) // and it's not a signature (signatures are inline)
)