From b5fd106f93321fb79e74a4cbcd0ea9a62b6f4474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 16 Apr 2014 16:53:31 +0100 Subject: [PATCH] add image/x-sun-raster mimetype Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457 --- bin/get-bugzilla-attachments-by-mimetype | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 3480713f7f9c..ce967e2cd6dd 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -437,6 +437,7 @@ mimetypes = { 'image/x-portable-pixmap': 'ppm', 'image/vnd.adobe.photoshop': 'psd', 'image/x-cmu-raster': 'ras', + 'image/x-sun-raster': 'ras', 'image/x-xbitmap': 'xbm', 'image/x-xpixmap': 'xpm', }