mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751
This commit is contained in:
parent
b324b34441
commit
d5c43d1d35
15 changed files with 23 additions and 32 deletions
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue