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;
|
||||
} types[] = {
|
||||
{ "text", "plain" },
|
||||
{ "text", "x-markdown" },
|
||||
{ "text", "x-diff" },
|
||||
{ "text", "x-patch" },
|
||||
{ "application", "x-patch"}
|
||||
|
||||
Reference in New Issue
Block a user