Treat text/markdown as plain text for issue #1503

This commit is contained in:
Alex Murray
2019-11-06 11:34:27 +10:30
parent ed6842e5bd
commit 5a450b1aee

View File

@ -465,6 +465,7 @@ looks_like_text_body_part (GMimeContentType *ctype)
const char *subtype;
} types[] = {
{ "text", "plain" },
{ "text", "x-markdown" },
{ "text", "x-diff" },
{ "text", "x-patch" },
{ "application", "x-patch"}