From d359aed9398b9ce51bf0988663ed9fcf1f0e5f1d Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 4 May 2013 07:03:37 +0200 Subject: nedmail: recognize image/jpg mimetype --- sys/src/cmd/upas/ned/nedmail.c | 1 + 1 file changed, 1 insertion(+) 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" }, -- cgit v1.2.3