Switch to side-by-side view

--- a/src/sampleconf/recoll.conf.in
+++ b/src/sampleconf/recoll.conf.in
@@ -1,4 +1,4 @@
-# @(#$Id: recoll.conf.in,v 1.20 2007-08-26 13:34:06 dockes Exp $  (C) 2004 J.F.Dockes
+# @(#$Id: recoll.conf.in,v 1.21 2007-08-30 09:01:52 dockes Exp $  (C) 2004 J.F.Dockes
 #
 # Recoll default configuration file. This typically lives in
 # @prefix@/share/recoll/examples and provides default values. You can
@@ -23,6 +23,11 @@
 # you might want to initially index but not monitor. If daemSkippedPaths is
 # not set, the daemon uses skippedPaths.
 #daemSkippedPaths = 
+
+# Option to follow symbolic links. We normally don't, to avoid duplicated
+# indexing (in any case, no effort is made to identify or avoid multiple
+# indexing of linked files)
+# followLinks = 0
 
 # Debug messages. 3 is errors/warnings only. 4 would be quite verbose.
 loglevel = 3