[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype
David Tardon
dtardon at redhat.com
Fri Jan 1 11:59:16 PST 2016
bin/get-bugzilla-attachments-by-mimetype | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 15fdfe25578d5fa0e17b8f7f9c4b8c8632d357ad
Author: David Tardon <dtardon at redhat.com>
Date: Thu Dec 31 14:13:32 2015 +0100
application/visio.drawing is sometimes used in bugzilla
Change-Id: I3b8b85d91c2b19dc3cf6cba95d258ea639dd9862
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 8307e4c..3c6d624 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
More information about the Libreoffice-commits
mailing list