summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2017-10-23 20:41:32 +0700
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-11-23 22:37:51 +0100
commit051130e25b0e133667a39b3e7a8c758c1cb5240f (patch)
treee039ee612c33f0c28208110f7e39c4f001cb0035 /bin
parent4c5a19f9cf98fb2b38ee6b4b35f4074499270353 (diff)
get-bugzilla-attachments-by-mimetype: add some duplicated mimetypes ...
that are really used in our TDF bugzilla Change-Id: I5945cbf10ad2698471a3a74be8773ee1b5d81656 Reviewed-on: https://gerrit.libreoffice.org/43722 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 1450d215b548..fe81fa673350 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -479,16 +479,21 @@ mimetypes = {
# relatively uncommon image mimetypes
'image/x-freehand': 'fh',
'image/cgm': 'cgm',
+ 'image/tif': 'tiff',
'image/tiff': 'tiff',
'image/vnd.dxf': 'dxf',
+ 'image/emf': 'emf',
'image/x-emf': 'emf',
'image/x-targa': 'tga',
'image/x-sgf': 'sgf',
'image/x-svm': 'svm',
+ 'image/wmf': 'wmf',
'image/x-wmf': 'wmf',
'image/x-pict': 'pict',
'image/x-cmx': 'cmx',
'image/svg+xml': 'svg',
+ 'image/bmp': 'bmp',
+ 'image/x-ms-bmp': 'bmp',
'image/x-MS-bmp': 'bmp',
'image/x-wpg': 'wpg',
'image/x-eps': 'eps',