diff options
author | David Tardon <dtardon@redhat.com> | 2015-05-20 14:09:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-05-20 15:17:25 +0200 |
commit | 9aba01c25af91848bd3792889349790b4e558489 (patch) | |
tree | f8c7780183283520d3be3539e32a7bb9f09a026a /bin | |
parent | b025a9bb81fdbf4e97cbf683afb880d8e3890a9d (diff) |
enable Apple Numbers import
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
(cherry picked from commit a1202971e5b27ac4585cde73ed15f395c242cae3)
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 1c87589a5c93..ea92bb82258d 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -422,8 +422,10 @@ mimetypes = { 'application/clarisworks' : 'cwk', 'application/macwriteii' : 'mw', 'application/vnd.apple.keynote': 'key', + 'application/vnd.apple.numbers': 'numbers', 'application/vnd.apple.pages': 'pages', 'application/x-iwork-keynote-sffkey': 'key', + 'application/x-iwork-numbers-sffnumbers': 'numbers', 'application/x-iwork-pages-sffpages': 'pages', 'application/x-hwp': 'hwp', 'application/x-aportisdoc': 'pdb', |