diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 0dcbb196..95be92db 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -4433,7 +4433,7 @@ except:
versions, which use internal code.
Zip archives need Python
- (and the standard zipfile module).
+ (and the standard zipfile module).
Rar archives need
Python, the
@@ -4816,7 +4816,7 @@ except:
- Main configuration file
+ The main configuration file, recoll.conf
recoll.conf is the main
configuration file. It defines things like
@@ -4922,6 +4922,21 @@ skippedPaths = ~/somedir/*.txt
+
+ zipSkippedNames
+ A space-separated list of patterns for
+ names of files or directories that should be ignored
+ inside zip archives. This is used directly by the zip
+ filter, and has a function similar to skippedNames, but
+ works independantly. Can be redefined for filesystem
+ subdirectories. For versions up to 1.19, you will need
+ to update the Zip filter and install a supplementary
+ Python module. The details are
+ described on
+ the &RCL; wiki.
+
+
+
followLinks
Specifies if the indexer should follow
@@ -5270,7 +5285,7 @@ metadatacmds = ; tags = tmsu tags %f; otherfield = somecmd -xx %f
- Indexing parallelism configuration
+ Parameters affecting multithread processing
The &RCL; indexing process
recollindex can use multiple threads to
diff --git a/website/BUGS.html b/website/BUGS.html
index 4cf9c764..60e5d448 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -31,6 +31,10 @@ versions.
+ - It's quite possible to crash the GUI by initiating a long search
+ and then clicking on stuff. This will be fixed some day but for now:
+ don't do it or don't be surprised :)
+
- On systems such as Debian Stable which use Evince version 2.x (not 3.x)
as PDF viewer, the default "Open" command for PDF files will not
work. You need to use the GUI preferences tool to change the