diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-26 17:08:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-27 09:34:31 +0100 |
commit | 951494c8cbac6fc5aa491c3780d2659fedd013d3 (patch) | |
tree | d445ddbe23e941fb32d1a9af296276435de5203b /bin | |
parent | dc269d07e8e5d71818bc0a546c3daef4d50eb1c7 (diff) |
get-bugzilla-attachments-by-mimetype: add gnumeric
Change-Id: Ib47308a9575a15aaa5b2d650cb4f1b78b1a5ad27
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 001ae81fa42f..8307e4c1f323 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -460,6 +460,7 @@ mimetypes = { 'application/x-fictionbook+xml': 'fb2', 'application/x-abiword': 'abw', 'application/x-pagemaker': 'pmd', + 'application/x-gnumeric': 'gnumeric', # relatively uncommon image mimetypes 'image/x-freehand': 'fh', 'image/cgm': 'cgm', |