From 051130e25b0e133667a39b3e7a8c758c1cb5240f Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Mon, 23 Oct 2017 20:41:32 +0700 Subject: 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 Tested-by: Adolfo Jayme Barrientos --- bin/get-bugzilla-attachments-by-mimetype | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') 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', -- cgit