From feb2a3ec590fc0a0bf433c3956064f4cbe1b1c87 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 5 Oct 2021 18:35:50 +0200 Subject: [PATCH] comments --- src/sampleconf/recoll.conf | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf index a98e6e36..36a02478 100644 --- a/src/sampleconf/recoll.conf +++ b/src/sampleconf/recoll.conf @@ -30,19 +30,21 @@ topdirs = ~ # # -# Files and directories which should be ignored. -# White space separated list of wildcard patterns (simple ones, not paths, -# must contain no / ), which will be tested against file and directory -# names. The list in the default configuration does not exclude hidden -# directories (names beginning with a dot), which means that it may index -# quite a few things that you do not want. On the other hand, email user -# agents like Thunderbird usually store messages in hidden directories, and -# you probably want this indexed. One possible solution is to have ".*" in -# "skippedNames", and add things like "~/.thunderbird" "~/.evolution" to -# "topdirs". Not even the file names are indexed for patterns in this -# list, see the "noContentSuffixes" variable for an alternative approach -# which indexes the file names. Can be redefined for any -# subtree. +# Files and directories which should be ignored. +# +# White space separated list of wildcard patterns (simple ones, not paths, must contain no +# '/' characters), which will be tested against file and directory names. Have a look at the default +# configuration for the initial value, some entries may not suit your situation. The easiest way to +# see it is through the GUI Index configuration "local parameters" panel. The list in the default +# configuration does not exclude hidden directories (names beginning with a dot), which means that +# it may index quite a few things that you do not want. On the other hand, email user agents like +# Thunderbird usually store messages in hidden directories, and you probably want this indexed. One +# possible solution is to have ".*" in "skippedNames", and add things like "~/.thunderbird" +# "~/.evolution" to "topdirs". Not even the file names are indexed for patterns in this list, see +# the "noContentSuffixes" variable for an alternative approach which indexes the file names. Can be +# redefined for any subtree. +# +# skippedNames = #* CVS Cache cache* .cache caughtspam tmp \ .thumbnails .svn *.rclwe \ *~ .beagle .git .hg .bzr loop.ps .xsession-errors \ @@ -673,13 +675,14 @@ logfilename = stderr # # -# Destination file for external helpers standard error -# output. +# Destination file for external helpers standard error output. # # The external program error output is left alone by default, # e.g. going to the terminal when the recoll[index] program is executed # from the command line. Use /dev/null or a file inside a non-existent -# directory to completely suppress the output. +# directory to completely suppress the output. +# +# #helperlogfilename= #