diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-25 14:03:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-25 14:27:07 +0100 |
commit | 6e18e1f54b7527e012f67a36666b7f307be4e293 (patch) | |
tree | 7fc1dbb0db9dcb32764c5debfddc384290deedb8 /bin | |
parent | bf8450cfa2e9e899c716fbddadd7d5485aefe520 (diff) |
get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml"
Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652
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 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', |