mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 03:45:08 +00:00
fix(mail): Fix inline text issue when Hide inline attachment option is set
This commit is contained in:
@@ -461,7 +461,9 @@
|
||||
|
||||
// Trusted content that can be compiled (Angularly-speaking)
|
||||
part.compile = true;
|
||||
parts.push(part);
|
||||
if (!Object.hasOwn(part, 'shouldDisplayAttachment') || 1 == part.shouldDisplayAttachment ) {
|
||||
parts.push(part);
|
||||
}
|
||||
}
|
||||
else {
|
||||
part.html = true;
|
||||
|
||||
Reference in New Issue
Block a user