Merge pull request #1504 from alexmurray/text-markdown-support
Treat text/markdown as plain text for issue #1503
This commit is contained in:
@ -465,6 +465,7 @@ looks_like_text_body_part (GMimeContentType *ctype)
|
|||||||
const char *subtype;
|
const char *subtype;
|
||||||
} types[] = {
|
} types[] = {
|
||||||
{ "text", "plain" },
|
{ "text", "plain" },
|
||||||
|
{ "text", "x-markdown" },
|
||||||
{ "text", "x-diff" },
|
{ "text", "x-diff" },
|
||||||
{ "text", "x-patch" },
|
{ "text", "x-patch" },
|
||||||
{ "application", "x-patch"}
|
{ "application", "x-patch"}
|
||||||
|
|||||||
Reference in New Issue
Block a user