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:13:12 +0200 |
commit | a1202971e5b27ac4585cde73ed15f395c242cae3 (patch) | |
tree | 20c42fc62619d0d45292764ec5ccbfe3831900dc /bin | |
parent | d5ffc8b0adacf31e88156588f57db3149f430ad3 (diff) |
enable Apple Numbers import
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
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', |