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
commit 633fc19ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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