|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
1 |
# @(#$Id: recoll.conf.in,v 1.13 2006-11-30 13:38:44 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: recoll.conf.in,v 1.14 2007-01-16 10:58:42 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
#
|
2 |
#
|
3 |
# Recoll default configuration file. This should be copied to
|
3 |
# Recoll default configuration file. This should be copied to
|
4 |
# ~/.recoll/recoll.conf
|
4 |
# ~/.recoll/recoll.conf
|
5 |
|
5 |
|
6 |
# Space-separated list of directories to index. Next line indexes $HOME
|
6 |
# Space-separated list of directories to index. Next line indexes $HOME
|
7 |
topdirs = ~
|
7 |
topdirs = ~
|
8 |
|
8 |
|
9 |
# Wildcard expressions for names of files and directories that we should
|
9 |
# Wildcard expressions for names of files and directories that we should
|
10 |
# ignore. If you need index mozilla/thunderbird mail folders, don't put
|
10 |
# ignore. If you need index mozilla/thunderbird mail folders, don't put
|
11 |
# ".*" in there (as was the case with an older sample config)
|
11 |
# ".*" in there (as was the case with an older sample config)
|
|
|
12 |
# These are simple names, not paths (must contain no / )
|
12 |
skippedNames = *~ #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn
|
13 |
skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
|
|
|
14 |
*~ recollrc
|
13 |
|
15 |
|
14 |
# Debug messages. 3 is errors/warnings only. 4 would be quite verbose.
|
16 |
# Debug messages. 3 is errors/warnings only. 4 would be quite verbose.
|
15 |
loglevel = 3
|
17 |
loglevel = 3
|
16 |
logfilename = stderr
|
18 |
logfilename = stderr
|
17 |
|
19 |
|