summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-06-22 09:26:26 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-06-22 09:26:26 +0300
commit89883891c013fc4e8c762bbb62cb307b1cb79fba (patch)
tree582bfc45c740f35e79499a1892d21076b5211207 /lib
parent6483314a52d2443bde4ee51f81650f808c0298a2 (diff)
downloadmailutils-89883891c013fc4e8c762bbb62cb307b1cb79fba.tar.gz
mailutils-89883891c013fc4e8c762bbb62cb307b1cb79fba.tar.bz2
Fix default text mime types
Diffstat (limited to 'lib')
-rw-r--r--lib/mdecode.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/mdecode.c b/lib/mdecode.c
index 0edd87b58..212c9cfab 100644
--- a/lib/mdecode.c
+++ b/lib/mdecode.c
@@ -22,10 +22,9 @@ static mu_list_t text_mime_list;
static char const *default_text_types[] = {
"text/*",
- "x-cshell",
- "x-perl",
- "x-shell",
- "x-csource",
+ "application/*shell",
+ "*/x-perl",
+ "*/x-csource",
NULL
};

Return to:

Send suggestions and report system problems to the System administrator.