Merge pull request #1504 from alexmurray/text-markdown-support

Treat text/markdown as plain text for issue #1503
This commit is contained in:
Dirk-Jan C. Binnema
2019-11-07 21:01:01 +02:00
committed by GitHub

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"}