Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
1
# @(#$Id: recoll.conf.in,v 1.7 2006-03-28 12:49:03 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: recoll.conf.in,v 1.8 2006-03-30 10:31:45 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
...
...
33
33
34
# Default character set. Values found inside files, ie content tag in html
34
# Default character set. Values found inside files, ie content tag in html
35
# documents, will override this. It can be specified per directory (see
35
# documents, will override this. It can be specified per directory (see
36
# below). Used when converting to utf-8 (internal storage format), so it
36
# below). Used when converting to utf-8 (internal storage format), so it
37
# may be quite important for pure text files.
37
# may be quite important for pure text files.
38
# The default used to be set to iso8859-1, but we now take it from the nls 
39
# environment (LC_ALL/LC_CTYPE/LANG). The ultimate hardwired default is
40
# still 8859-1. If for some reason you want a general default which doesnt
41
# match your LANG and is not 8859-1, set it here.
38
defaultcharset = iso-8859-1
42
#defaultcharset = iso-8859-1
39
43
40
# Guessing charsets usually does not work well
44
# Guessing charsets usually does not work well
41
guesscharset = 0
45
guesscharset = 0
42
46
43
# Should we use the system's 'file -i' command as a final step in file type
47
# Should we use the system's 'file -i' command as a final step in file type