diff options
author | David Tardon <dtardon@redhat.com> | 2015-05-20 13:21:06 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-05-20 15:13:12 +0200 |
commit | d5ffc8b0adacf31e88156588f57db3149f430ad3 (patch) | |
tree | 77fc8b647ae224ce792446a924725af9007b0fc7 /bin | |
parent | 1051c03573fcc06c935b3b856efe77e706ceb134 (diff) |
enable Apple Pages import
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 8b0b4c5049e1..1c87589a5c93 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -422,7 +422,9 @@ mimetypes = { 'application/clarisworks' : 'cwk', 'application/macwriteii' : 'mw', 'application/vnd.apple.keynote': 'key', + 'application/vnd.apple.pages': 'pages', 'application/x-iwork-keynote-sffkey': 'key', + 'application/x-iwork-pages-sffpages': 'pages', 'application/x-hwp': 'hwp', 'application/x-aportisdoc': 'pdb', 'application/prs.plucker' : 'pdb_plucker', |