diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-13 11:10:50 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-13 12:16:03 +0100 |
commit | bd7a4db1dc4e4785956e81f0f997257063669709 (patch) | |
tree | 4bdd5741bd79cc811dc14e3854b4bcb85ff3d8c5 /bin | |
parent | 5ad65cf4d8afb66c3da8034046d08b7399c1016c (diff) |
add cmx
Change-Id: I8c0b422dc40188936b2473fed2e7a24ed36977e9
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
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... |