From 7118e48151d8b27a200132c67a8f6fca70573227 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 13 Aug 2009 06:23:54 +0000 Subject: [PATCH] add indexedmimetypes to sample file --- src/sampleconf/recoll.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in index c0a6293c..35f65692 100644 --- a/src/sampleconf/recoll.conf.in +++ b/src/sampleconf/recoll.conf.in @@ -91,6 +91,13 @@ usesystemfilecommand = 1 # know? (we can otherwise just ignore them) indexallfilenames = 1 +# A restrictive list of indexed mime types. Normally not set. If it is set, +# only the types from the list will have their contents indexed (the names +# will be indexed anyway if indexallfilenames is set as by default). Mime +# type names should be taken from the mimemap file. +# +# indexedmimetypes = text/html application/pdf + # Size limit for compressed files. We need to decompress these in a # temporary directory for identification, which can be wasteful in some # cases. Limit the waste. Negative means no limit. 0 results in no