From bd7a4db1dc4e4785956e81f0f997257063669709 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 13 Nov 2013 11:10:50 +0100 Subject: add cmx Change-Id: I8c0b422dc40188936b2473fed2e7a24ed36977e9 --- bin/get-bugzilla-attachments-by-mimetype | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/get-bugzilla-attachments-by-mimetype') diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index fc7c14b8d27d..b09261e5f79b 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -347,6 +347,7 @@ mimetypes = { 'image/x-svm': 'svm', 'image/x-wmf': 'wmf', 'image/x-pict': 'pict', + 'image/x-cmx': 'cmx', } # disabled for now, this would download gigs of pngs/jpegs... -- cgit