From 6da082ca81da4c8b5a6b9b7c2fbd4697e9dfdabf Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 29 Oct 2014 08:17:14 +0100 Subject: [PATCH] comments --- src/sampleconf/recoll.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in index 72e38b81..adb5c522 100644 --- a/src/sampleconf/recoll.conf.in +++ b/src/sampleconf/recoll.conf.in @@ -191,8 +191,10 @@ iconsdir = @prefix@/share/recoll/images usesystemfilecommand = 1 # Actual command to use as "file -i" workalike. xdg-mime works fine here. # The file path will be added as a last parameter to the command line. If -# that's not what your preferred command would like, use an intermediary script +# that's not what your preferred command would like, use an intermediary +# script. # systemfilecommand = xdg-mime query filetype +# systemfilecommand = file -i filetype # Should we index the file names of files with mime types we don't # know? (we can otherwise just ignore them)