|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
1 |
# @(#$Id: recoll.conf.in,v 1.21 2007-08-30 09:01:52 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: recoll.conf.in,v 1.22 2008-10-15 08:30:18 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
#
|
2 |
#
|
3 |
# Recoll default configuration file. This typically lives in
|
3 |
# Recoll default configuration file. This typically lives in
|
4 |
# @prefix@/share/recoll/examples and provides default values. You can
|
4 |
# @prefix@/share/recoll/examples and provides default values. You can
|
5 |
# override selected parameters by adding assigments to
|
5 |
# override selected parameters by adding assigments to
|
6 |
# ~/.recoll/recoll.conf (or $RECOLL_CONFDIR/recoll.conf)
|
6 |
# ~/.recoll/recoll.conf (or $RECOLL_CONFDIR/recoll.conf)
|
|
... |
|
... |
11 |
# Wildcard expressions for names of files and directories that we should
|
11 |
# Wildcard expressions for names of files and directories that we should
|
12 |
# ignore. If you need index mozilla/thunderbird mail folders, don't put
|
12 |
# ignore. If you need index mozilla/thunderbird mail folders, don't put
|
13 |
# ".*" in there (as was the case with an older sample config)
|
13 |
# ".*" in there (as was the case with an older sample config)
|
14 |
# These are simple names, not paths (must contain no / )
|
14 |
# These are simple names, not paths (must contain no / )
|
15 |
skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
|
15 |
skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
|
16 |
*~ recollrc .beagle
|
16 |
*~ recollrc .beagle .git .hg .bzr
|
17 |
|
17 |
|
18 |
# Wildcard expressions for paths we shouldn't go into. The database and
|
18 |
# Wildcard expressions for paths we shouldn't go into. The database and
|
19 |
# configuration directories will be added in there, else the default value
|
19 |
# configuration directories will be added in there, else the default value
|
20 |
# is empty
|
20 |
# is empty
|
21 |
# skippedPaths =
|
21 |
# skippedPaths =
|