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:17:23 +0200 |
commit | b025a9bb81fdbf4e97cbf683afb880d8e3890a9d (patch) | |
tree | 448d92d27c5d3d94e899303d1be903ef3578c7b7 /bin | |
parent | eb73713934b79509c6c51057333760e9cb3792ca (diff) |
enable Apple Pages import
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
(cherry picked from commit d5ffc8b0adacf31e88156588f57db3149f430ad3)
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', |