Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
315
           index quite a few things that you do not want. On the other hand,
315
           index quite a few things that you do not want. On the other hand,
316
           mail user agents like thunderbird usually store messages in hidden
316
           mail user agents like thunderbird usually store messages in hidden
317
           directories, and you probably want this indexed. One possible
317
           directories, and you probably want this indexed. One possible
318
           solution is to have .* in skippedNames, and add things like
318
           solution is to have .* in skippedNames, and add things like
319
           ~/.thunderbird or ~/.evolution in topdirs.
319
           ~/.thunderbird or ~/.evolution in topdirs.
320
321
           Not even the file names are indexed for patterns in this list. See
322
           the recoll_noindex variable in mimemap for an alternative approach
323
           which indexes the file names.
320
324
321
   skippedPaths and daemSkippedPaths
325
   skippedPaths and daemSkippedPaths
322
326
323
           A space-separated list of patterns for paths of files or
327
           A space-separated list of patterns for paths of files or
324
           directories that should be skipped. There is no default in the
328
           directories that should be skipped. There is no default in the
...
...
485
   in one place.
489
   in one place.
486
490
487
   mimemap also has a recoll_noindex variable which is a list of suffixes.
491
   mimemap also has a recoll_noindex variable which is a list of suffixes.
488
   Matching files will be skipped (which avoids unnecessary decompressions or
492
   Matching files will be skipped (which avoids unnecessary decompressions or
489
   file executions). This is partially redundant with skippedNames in the
493
   file executions). This is partially redundant with skippedNames in the
490
   main configuration file, with two differences: it will not affect
494
   main configuration file, with a few differences: it will not affect
491
   directories, and it cannot be made dependant on the file-system location
495
   directories, it cannot be made dependant on the file-system location (it
492
   (it is a configuration-wide parameter). You could accomplish with
496
   is a configuration-wide parameter), and the file names will still be
493
   skippedNames anything that recoll_noindex does. The latter is used mostly
497
   indexed (not even the file names are indexed for patterns in skippedNames.
494
   for things known to be unindexable by a given Recoll version. Having it
498
   recoll_noindex is used mostly for things known to be unindexable by a
495
   there avoids cluttering the more user-oriented and locally customized
499
   given Recoll version. Having it there avoids cluttering the more
496
   skippedNames.
500
   user-oriented and locally customized skippedNames.
497
501
498
5.4.3. The mimeconf file
502
5.4.3. The mimeconf file
499
503
500
   mimeconf specifies how the different mime types are handled for indexing,
504
   mimeconf specifies how the different mime types are handled for indexing,
501
   and which icons are displayed in the recoll result lists.
505
   and which icons are displayed in the recoll result lists.