Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
246
   of file, is encountered. Some of the parameters used for indexing are
246
   of file, is encountered. Some of the parameters used for indexing are
247
   looked up hierarchically from the current directory location upwards. Not
247
   looked up hierarchically from the current directory location upwards. Not
248
   all parameters can be meaningfully redefined, this is specified for each
248
   all parameters can be meaningfully redefined, this is specified for each
249
   in the next section.
249
   in the next section.
250
250
251
   The tilde character (~) is expanded in file names to the name of the
251
   When found at the beginning of a file path, the tilde character (~) is
252
   user's home directory.
252
   expanded to the name of the user's home directory, as a shell would do.
253
253
254
   White space is used for separation inside lists. List elements with
254
   White space is used for separation inside lists. List elements with
255
   embedded spaces can be quoted using double-quotes.
255
   embedded spaces can be quoted using double-quotes.
256
256
257
4.4.1. Main configuration file
257
4.4.1. Main configuration file
...
...
391
391
392
   iconsdir
392
   iconsdir
393
393
394
           The name of the directory where recoll result list icons are
394
           The name of the directory where recoll result list icons are
395
           stored. You can change this if you want different images.
395
           stored. You can change this if you want different images.
396
397
   aspellLanguage
398
399
           Language definitions to use when creating the aspell dictionary.
400
           The value must match a set of aspell language definition files.
401
           You can type "aspell config" to see where these are installed
402
           (look for data-dir). The default if the variable is not set is to
403
           use your desktop national language environment to guess the value.
404
405
   noaspell
406
407
           If this is set, the aspell dictionary generation is turned off.
408
           Useful for cases where you don't need the functionality or when it
409
           is unusable because aspell crashes during dictionary generation.
396
410
397
4.4.2. The mimemap file
411
4.4.2. The mimemap file
398
412
399
   mimemap specifies the file name extension to mime type mappings.
413
   mimemap specifies the file name extension to mime type mappings.
400
414