Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
26
# skippedPaths = 
26
# skippedPaths = 
27
# Same for real time indexing. The idea here is that there is stuff that
27
# Same for real time indexing. The idea here is that there is stuff that
28
# you might want to initially index but not monitor. If daemSkippedPaths is
28
# you might want to initially index but not monitor. If daemSkippedPaths is
29
# not set, the daemon uses skippedPaths.
29
# not set, the daemon uses skippedPaths.
30
#daemSkippedPaths = 
30
#daemSkippedPaths = 
31
32
# Recoll uses FNM_PATHNAME by default when matching skipped paths, which
33
# means that /dir1/dir2/dir3 is not matched by */dir3. Can't change the
34
# default now, but you can set the following variable to 0 to disable the
35
# use of FNM_PATHNAME (see fnmatch(3) man page)
36
# skippedPathsFnmPathname = 1
31
37
32
# Option to follow symbolic links. We normally don't, to avoid duplicated
38
# Option to follow symbolic links. We normally don't, to avoid duplicated
33
# indexing (in any case, no effort is made to identify or avoid multiple
39
# indexing (in any case, no effort is made to identify or avoid multiple
34
# indexing of linked files)
40
# indexing of linked files)
35
# followLinks = 0
41
# followLinks = 0