diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-02 17:09:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-02 17:14:14 +0200 |
commit | d95e889dab134ec49000f8f6ea0f0061948a1a0e (patch) | |
tree | ac8fbc7ec12ead550f153a3358c3d6d740384c4e /bin | |
parent | 96699848ec8e72ec4893777d9f2d657872862ffc (diff) |
add ms publisher file formats to get-bugzilla-attachments
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 ebdd2d139159..557b2d46bc27 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -281,6 +281,7 @@ mimetypes = { 'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx', 'application/vnd.visio': 'vsd', 'application/vnd.visio.xml': 'vdx', + 'application/x-mspublisher': 'pub', # W3C 'application/xhtml+xml': 'xhtml', 'application/mathml+xml': 'mml', |