|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
|
... |
|
... |
162 |
|
162 |
|
163 |
.war = application/x-webarchive
|
163 |
.war = application/x-webarchive
|
164 |
.mht = application/x-mimehtml
|
164 |
.mht = application/x-mimehtml
|
165 |
.mhtml = application/x-mimehtml
|
165 |
.mhtml = application/x-mimehtml
|
166 |
|
166 |
|
167 |
# A list of suffixes (name endings) that we don't want to touch at all.
|
167 |
# Note: recoll_noindex has been obsoleted and moved to recoll.conf as
|
168 |
# Having these explicitely listed speeds things up a bit by avoiding
|
168 |
# noContentSuffixes. recoll_noindex from your personal mimemap file is
|
169 |
# unneeded decompression or 'file' calls. File names still get indexed if
|
169 |
# still taken into account for now, but you should move its contents to the
|
170 |
# indexallfilenames is set (so this is different from skippedNames). It's a
|
170 |
# new recoll.conf variable.
|
171 |
# bit unconsistent to have it listed among the suffix translations, but no
|
|
|
172 |
# problem in practice.
|
|
|
173 |
recoll_noindex = .md5 .map \
|
|
|
174 |
.o .lib .dll .a .sys .exe .com \
|
|
|
175 |
.mpp .mpt .vsd \
|
|
|
176 |
.dat .bak .rdf .log.gz .log .db .msf .pid \
|
|
|
177 |
,v ~ #
|
|
|
178 |
|
171 |
|
179 |
# Special handling of .txt files inside ~/.gaim and ~/.purple directories
|
172 |
# Special handling of .txt files inside ~/.gaim and ~/.purple directories
|
180 |
[~/.gaim]
|
173 |
[~/.gaim]
|
181 |
.txt = text/x-gaim-log
|
174 |
.txt = text/x-gaim-log
|
182 |
[~/.purple]
|
175 |
[~/.purple]
|