Mail w/ only inline image not display: Closes #7563

Problem with internal processing of message not recognizing that
the ImageReplacer's HTML qualifies as "processed" HTML.
This commit is contained in:
Jim Nelson 2013-10-01 16:20:10 -07:00
parent dfb2d126d9
commit 1168f28540

View file

@ -500,7 +500,7 @@ public class Geary.RFC822.Message : BaseObject {
if (replaced_part != null)
body = replaced_part;
return false;
return (replaced_part != null);
}
public string? get_html_body(InlinePartReplacer? replacer = null) throws RFC822Error {