Fix rendering of forwarded HTML message with img

Fixes #3981 (partially)
This commit is contained in:
Francis Lachapelle
2017-01-11 16:08:05 -05:00
parent 589827a414
commit e5d0b0b0ca
7 changed files with 41 additions and 4 deletions
@@ -168,6 +168,7 @@
viewer = [[[self context] mailRenderingContext] viewerForBodyInfo: info];
[viewer setBodyInfo: info];
[viewer setPartPath: [self childPartPath]];
[viewer setAttachmentIds: attachmentIds];
[renderedParts addObject: [viewer renderedPart]];
}