From dc1b79a012375d6826785e1b504a03a7ee8f37ee Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 9 Jun 2013 10:33:54 +0200 Subject: [PATCH] doc --- src/doc/user/usermanual.sgml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index ec59bf2c..bec7b81f 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -400,9 +400,17 @@ variable. Example: indexedmimetypes = text/html application/pdf - There is no GUI way to do this, because this option runs a - bit contrary to &RCL; main goal which is to help you find - information, independantly of how it may be stored. + It is possible to redefine this parameter for + subdirectories. Example: +[/path/to/my/dir] +indexedmimetypes = application/pdf + + (When using sections like this, don't forget that they remain + in effect until the end of the file or another section + indicator). + There is no GUI way to edit the parameter, because this + option runs contrary to &RCL; main goal which is to help you + find information, independantly of how it may be stored. @@ -4883,7 +4891,7 @@ skippedPaths = ~/somedir/*.txt knows how to read. This list lets you restrict the indexed mime types to what you specify. If the variable is unspecified or the list empty (the default), all supported - types are processed. + types are processed. Can be redefined for subdirectories.