summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-23 16:01:22 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-23 16:03:11 +0100
commit7ab15103b74a16d774fc0c47ddae5d69e6be5082 (patch)
tree72612776b80d9b2e0355fc2aa99c3e404cc4cc36 /bin
parent393ece995a0761a72c8341bf56e40fe4c57a4824 (diff)
connectivity: use "application/x-dbase" for DBase files
... which is what we already use in calc.desktop; also "application/dbaes" is not registered at IANA. Change-Id: Ic2031a53e6620d10874df8882448497564962114
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index ac5967d85f3d..9e108ffa1cb2 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -304,6 +304,7 @@ mimetypes = {
# misc
'text/csv': 'csv',
'text/spreadsheet': 'slk',
+ 'application/x-dbase': 'dbf',
'application/vnd.corel-draw': 'cdr',
'application/vnd.lotus-wordpro': 'lwp',
'application/vnd.lotus-1-2-3': 'wks',