Switch to unified view

a/src/README b/src/README
...
...
1927
           mail user agents like thunderbird usually store messages in hidden
1927
           mail user agents like thunderbird usually store messages in hidden
1928
           directories, and you probably want this indexed. One possible
1928
           directories, and you probably want this indexed. One possible
1929
           solution is to have .* in skippedNames, and add things like
1929
           solution is to have .* in skippedNames, and add things like
1930
           ~/.thunderbird or ~/.evolution in topdirs.
1930
           ~/.thunderbird or ~/.evolution in topdirs.
1931
1931
1932
           Not even the file names are indexed for patterns in this list. See
1933
           the recoll_noindex variable in mimemap for an alternative approach
1934
           which indexes the file names.
1935
1932
   skippedPaths and daemSkippedPaths
1936
   skippedPaths and daemSkippedPaths
1933
1937
1934
           A space-separated list of patterns for paths of files or
1938
           A space-separated list of patterns for paths of files or
1935
           directories that should be skipped. There is no default in the
1939
           directories that should be skipped. There is no default in the
1936
           sample configuration file, but the code always adds the
1940
           sample configuration file, but the code always adds the
...
...
2098
   in one place.
2102
   in one place.
2099
2103
2100
   mimemap also has a recoll_noindex variable which is a list of suffixes.
2104
   mimemap also has a recoll_noindex variable which is a list of suffixes.
2101
   Matching files will be skipped (which avoids unnecessary decompressions or
2105
   Matching files will be skipped (which avoids unnecessary decompressions or
2102
   file executions). This is partially redundant with skippedNames in the
2106
   file executions). This is partially redundant with skippedNames in the
2103
   main configuration file, with two differences: it will not affect
2107
   main configuration file, with a few differences: it will not affect
2104
   directories, and it cannot be made dependant on the file-system location
2108
   directories, it cannot be made dependant on the file-system location (it
2105
   (it is a configuration-wide parameter). You could accomplish with
2109
   is a configuration-wide parameter), and the file names will still be
2106
   skippedNames anything that recoll_noindex does. The latter is used mostly
2110
   indexed (not even the file names are indexed for patterns in skippedNames.
2107
   for things known to be unindexable by a given Recoll version. Having it
2111
   recoll_noindex is used mostly for things known to be unindexable by a
2108
   there avoids cluttering the more user-oriented and locally customized
2112
   given Recoll version. Having it there avoids cluttering the more
2109
   skippedNames.
2113
   user-oriented and locally customized skippedNames.
2110
2114
2111
     ----------------------------------------------------------------------
2115
     ----------------------------------------------------------------------
2112
2116
2113
  5.4.3. The mimeconf file
2117
  5.4.3. The mimeconf file
2114
2118