Switch to unified view

a/src/sampleconf/mimemap b/src/sampleconf/mimemap
...
...
46
.zip = application/zip
46
.zip = application/zip
47
47
48
.doc = application/msword
48
.doc = application/msword
49
.ppt = application/vnd.ms-powerpoint
49
.ppt = application/vnd.ms-powerpoint
50
.xls = application/vnd.ms-excel
50
.xls = application/vnd.ms-excel
51
.chm = application/x-chm
51
52
52
# OpenOffice / opendocument. We handle opendocument as old openoffice files
53
# OpenOffice / opendocument. We handle opendocument as old openoffice files
53
# for now
54
# for now
54
.sxc = application/vnd.sun.xml.calc
55
.sxc = application/vnd.sun.xml.calc
55
.ods = application/vnd.sun.xml.calc
56
.ods = application/vnd.sun.xml.calc
...
...
104
.jpeg = image/jpeg
105
.jpeg = image/jpeg
105
.gif = image/gif
106
.gif = image/gif
106
.tiff = image/tiff
107
.tiff = image/tiff
107
.tif  = image/tiff
108
.tif  = image/tiff
108
109
109
# A list of stuff that we don't want to touch at all (for now). Having the
110
# A list of suffixes (name endings) that we don't want to touch at all.
110
# suffixes listed in there speeds things up a bit by avoiding
111
# Having these explicitely listed speeds things up a bit by avoiding
111
# unneeded decompression or 'file' calls. File names still get indexed if
112
# unneeded decompression or 'file' calls. File names still get indexed if
112
# indexallfilenames is set
113
# indexallfilenames is set (so this is different from skippedNames). It's a
114
# bit unconsistent to have it listed among the suffix translations, but no
115
# problem in practice.
113
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
116
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
114
       .o .lib .dll .a \
117
       .o .lib .dll .a \
115
       .dat .bak .rdf .log .db .msf .pid \
118
       .dat .bak .rdf .log .db .msf .pid \
116
       .gnm .gnumeric \
119
       .gnm .gnumeric \
117
       .gif .bmp .xpm \
120
       .gif .bmp .xpm \