diff options
author | David Tardon <dtardon@redhat.com> | 2013-12-05 13:27:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-12-05 14:36:20 +0100 |
commit | 46ae91a2665e4f56bd87a98e51dd24f4de881ccf (patch) | |
tree | 2d81088f6d2719df26f4f8a287cdbc3ac4a62993 /bin | |
parent | b415ec8cad8224c58d149626ddc3365575aa855e (diff) |
fetch abiword bz attachments (for future use)
Change-Id: I8a18265ecd6a48f35980f335b2da5fe59958c02c
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 9e108ffa1cb2..03b9f3278109 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -323,6 +323,7 @@ mimetypes = { 'application/x-pocket-word': 'psw', 'application/x-t602': '602', 'application/x-fictionbook+xml': 'fb2', + 'application/x-abiword': 'abw', # binfilter 'application/x-starcalc': 'sdc', 'application/vnd.stardivision.calc': 'sdc5', |