chm+comments
This commit is contained in:
parent
b7e184eb5c
commit
999a405cd9
@ -74,6 +74,7 @@ application/x-perl = exec rcltext
|
|||||||
application/x-scribus = exec rclscribus
|
application/x-scribus = exec rclscribus
|
||||||
application/x-shellscript = exec rcltext
|
application/x-shellscript = exec rcltext
|
||||||
application/x-tex = exec rcltex
|
application/x-tex = exec rcltex
|
||||||
|
application/x-chm = execm rclchm
|
||||||
application/zip = execm rclzip
|
application/zip = execm rclzip
|
||||||
audio/mpeg = exec rclid3
|
audio/mpeg = exec rclid3
|
||||||
image/gif = execm rclimg
|
image/gif = execm rclimg
|
||||||
@ -154,6 +155,7 @@ text/x-c++ = source
|
|||||||
text/x-html-sidux-man = sidux-book
|
text/x-html-sidux-man = sidux-book
|
||||||
text/x-mail = message
|
text/x-mail = message
|
||||||
text/x-man = document
|
text/x-man = document
|
||||||
|
application/x-chm = document
|
||||||
text/x-purple-log = pidgin
|
text/x-purple-log = pidgin
|
||||||
text/x-python = text-x-python
|
text/x-python = text-x-python
|
||||||
|
|
||||||
@ -171,6 +173,7 @@ text = \
|
|||||||
application/vnd.wordperfect \
|
application/vnd.wordperfect \
|
||||||
application/x-abiword \
|
application/x-abiword \
|
||||||
application/x-awk \
|
application/x-awk \
|
||||||
|
application/x-chm \
|
||||||
application/x-dvi \
|
application/x-dvi \
|
||||||
application/x-kword \
|
application/x-kword \
|
||||||
application/x-lyx \
|
application/x-lyx \
|
||||||
|
|||||||
@ -48,6 +48,7 @@
|
|||||||
.doc = application/msword
|
.doc = application/msword
|
||||||
.ppt = application/vnd.ms-powerpoint
|
.ppt = application/vnd.ms-powerpoint
|
||||||
.xls = application/vnd.ms-excel
|
.xls = application/vnd.ms-excel
|
||||||
|
.chm = application/x-chm
|
||||||
|
|
||||||
# OpenOffice / opendocument. We handle opendocument as old openoffice files
|
# OpenOffice / opendocument. We handle opendocument as old openoffice files
|
||||||
# for now
|
# for now
|
||||||
@ -106,10 +107,12 @@
|
|||||||
.tiff = image/tiff
|
.tiff = image/tiff
|
||||||
.tif = image/tiff
|
.tif = image/tiff
|
||||||
|
|
||||||
# A list of stuff that we don't want to touch at all (for now). Having the
|
# A list of suffixes (name endings) that we don't want to touch at all.
|
||||||
# suffixes listed in there speeds things up a bit by avoiding
|
# Having these explicitely listed speeds things up a bit by avoiding
|
||||||
# unneeded decompression or 'file' calls. File names still get indexed if
|
# unneeded decompression or 'file' calls. File names still get indexed if
|
||||||
# indexallfilenames is set
|
# indexallfilenames is set (so this is different from skippedNames). It's a
|
||||||
|
# bit unconsistent to have it listed among the suffix translations, but no
|
||||||
|
# problem in practice.
|
||||||
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
||||||
.o .lib .dll .a \
|
.o .lib .dll .a \
|
||||||
.dat .bak .rdf .log .db .msf .pid \
|
.dat .bak .rdf .log .db .msf .pid \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user