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:
parent
dfb2d126d9
commit
1168f28540
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue