Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
20
     .thumbnails .svn \
20
     .thumbnails .svn \
21
     *~ .beagle .git .hg .bzr loop.ps .xsession-errors \
21
     *~ .beagle .git .hg .bzr loop.ps .xsession-errors \
22
     .recoll* xapiandb recollrc recoll.conf
22
     .recoll* xapiandb recollrc recoll.conf
23
23
24
# Wildcard expressions for paths we shouldn't go into. The database and
24
# Wildcard expressions for paths we shouldn't go into. The database and
25
# configuration directories will automatically be added in there, else the
25
# configuration directories will automatically be added in there.  
26
# default value is empty
26
# We add the usual mount point for removable media by default to remind
27
# people that it is a bad idea to naively have recoll work on these
28
# (esp. with the monitor: media gets indexed on mount, all data gets erased
29
# on unmount...). Typically the presence of /media is mostly a reminder, it
30
# would only have effect for someone who's indexing / ...
31
# Explicitely adding /media/xxx to the topdirs will override this.
27
#skippedPaths = 
32
skippedPaths = /media
33
28
# Same for real time indexing. The idea here is that there is stuff that
34
# Same for real time indexing. The idea here is that there is stuff that
29
# you might want to initially index but not monitor. If daemSkippedPaths is
35
# you might want to initially index but not monitor. If daemSkippedPaths is
30
# not set, the daemon uses skippedPaths.
36
# not set, the daemon uses skippedPaths.
31
#daemSkippedPaths = 
37
#daemSkippedPaths = 
32
38