mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 16:05:28 +00:00
(fix) properly handle subparts compilation for message/rfc822 message parts
This commit is contained in:
@@ -179,6 +179,7 @@
|
||||
return part.preferredPart == alternatePart.contentType;
|
||||
}));
|
||||
}
|
||||
// Can be used for UIxMailPartMixedViewer and UIxMailPartMessageViewer
|
||||
else if (angular.isArray(part.content)) {
|
||||
_.each(part.content, function(mixedPart) {
|
||||
_visit(mixedPart);
|
||||
|
||||
Reference in New Issue
Block a user