diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2017-10-23 20:41:32 +0700 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-11-23 22:37:51 +0100 |
commit | 051130e25b0e133667a39b3e7a8c758c1cb5240f (patch) | |
tree | e039ee612c33f0c28208110f7e39c4f001cb0035 /bin | |
parent | 4c5a19f9cf98fb2b38ee6b4b35f4074499270353 (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-x | bin/get-bugzilla-attachments-by-mimetype | 5 |
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', |