diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 3a160a4e..c273e5fa 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -24,7 +24,7 @@
Dockes
- $Id: usermanual.sgml,v 1.68 2008-10-13 07:57:12 dockes Exp $
+ $Id: usermanual.sgml,v 1.69 2008-11-27 09:39:06 dockes Exp $
This document introduces full text search notions
@@ -2492,6 +2492,12 @@ skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
~/.thunderbird or
~/.evolution in
topdirs.
+
+ Not even the file names are indexed for patterns
+ in this list. See the
+ recoll_noindex variable in
+ mimemap for an alternative
+ approach which indexes the file names.
@@ -2725,15 +2731,15 @@ skippedPaths = ~/somedir/∗.txt
unnecessary decompressions or file
executions). This is partially redundant with
skippedNames in the main configuration
- file, with two differences: it will not affect directories,
- and it cannot be made dependant on the file-system location
- (it is a configuration-wide parameter). You could accomplish
- with skippedNames anything that
- recoll_noindex does. The latter is used
- mostly for things known to be unindexable by a given &RCL;
- version. Having it there avoids cluttering the more
- user-oriented and locally customized
- skippedNames.
+ file, with a few differences: it will not affect directories,
+ it cannot be made dependant on the file-system location (it is
+ a configuration-wide parameter), and the file names will still
+ be indexed (not even the file names are indexed for patterns
+ in skippedNames.
+ recoll_noindex is used mostly for things
+ known to be unindexable by a given &RCL; version. Having it
+ there avoids cluttering the more user-oriented and locally
+ customized skippedNames.