From 6e18e1f54b7527e012f67a36666b7f307be4e293 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 25 Feb 2013 14:03:35 +0100 Subject: get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml" Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652 --- bin/get-bugzilla-attachments-by-mimetype | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 6d5177be3cae..ebdd2d139159 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -280,6 +280,7 @@ mimetypes = { 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx', 'application/vnd.visio': 'vsd', + 'application/vnd.visio.xml': 'vdx', # W3C 'application/xhtml+xml': 'xhtml', 'application/mathml+xml': 'mml', -- cgit