summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-05-04 07:03:37 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-05-04 07:03:37 +0200
commitd359aed9398b9ce51bf0988663ed9fcf1f0e5f1d (patch)
tree76a1dfa80e6d6d018b1ecdb9604625d6309d7088 /sys/src/cmd/upas
parent9186ae13554adbd864cf63c3145c4285f115817c (diff)
nedmail: recognize image/jpg mimetype
Diffstat (limited to 'sys/src/cmd/upas')
-rw-r--r--sys/src/cmd/upas/ned/nedmail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/upas/ned/nedmail.c b/sys/src/cmd/upas/ned/nedmail.c
index d601f89a1..fbbbceeb8 100644
--- a/sys/src/cmd/upas/ned/nedmail.c
+++ b/sys/src/cmd/upas/ned/nedmail.c
@@ -62,6 +62,7 @@ Ctype ctype[] = {
{ "text", "txt", 1, 0 },
{ "message/rfc822", "msg", 0, 0 },
{ "image/bmp", "bmp", 0, "image" },
+ { "image/jpg", "jpg", 0, "image" },
{ "image/jpeg", "jpg", 0, "image" },
{ "image/gif", "gif", 0, "image" },
{ "image/png", "png", 0, "image" },