diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-31 14:13:32 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-01-01 20:57:51 +0100 |
commit | 15fdfe25578d5fa0e17b8f7f9c4b8c8632d357ad (patch) | |
tree | cf19838b0dbe450cafb6573cb0ee719d479cac04 /bin | |
parent | 264e6c04afaff96dda6cd510c1da90bb519a1f66 (diff) |
application/visio.drawing is sometimes used in bugzilla
Change-Id: I3b8b85d91c2b19dc3cf6cba95d258ea639dd9862
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 8307e4c1f323..3c6d62459930 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -424,6 +424,7 @@ mimetypes = { 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx', 'application/vnd.visio': 'vsd', + 'application/visio.drawing': 'vsd', 'application/vnd.visio.xml': 'vdx', 'application/x-mspublisher': 'pub', # W3C |