Switch to unified view

a/src/README b/src/README
...
...
427
   configuration variable. Example:
427
   configuration variable. Example:
428
428
429
 indexedmimetypes = text/html application/pdf
429
 indexedmimetypes = text/html application/pdf
430
          
430
          
431
431
432
   There is no GUI way to do this, because this option runs a bit contrary to
432
   It is possible to redefine this parameter for subdirectories. Example:
433
434
 [/path/to/my/dir]
435
 indexedmimetypes = application/pdf
436
          
437
438
   (When using sections like this, don't forget that they remain in effect
439
   until the end of the file or another section indicator). There is no GUI
440
   way to edit the parameter, because this option runs contrary to Recoll
433
   Recoll main goal which is to help you find information, independantly of
441
   main goal which is to help you find information, independantly of how it
434
   how it may be stored.
442
   may be stored.
435
443
436
  2.1.4. Recovery
444
  2.1.4. Recovery
437
445
438
   In the rare case where the index becomes corrupted (which can signal
446
   In the rare case where the index becomes corrupted (which can signal
439
   itself by weird search results or crashes), the index files need to be
447
   itself by weird search results or crashes), the index files need to be
...
...
3409
   indexedmimetypes
3417
   indexedmimetypes
3410
3418
3411
           Recoll normally indexes any file which it knows how to read. This
3419
           Recoll normally indexes any file which it knows how to read. This
3412
           list lets you restrict the indexed mime types to what you specify.
3420
           list lets you restrict the indexed mime types to what you specify.
3413
           If the variable is unspecified or the list empty (the default),
3421
           If the variable is unspecified or the list empty (the default),
3414
           all supported types are processed.
3422
           all supported types are processed. Can be redefined for
3423
           subdirectories.
3415
3424
3416
   compressedfilemaxkbs
3425
   compressedfilemaxkbs
3417
3426
3418
           Size limit for compressed (.gz or .bz2) files. These need to be
3427
           Size limit for compressed (.gz or .bz2) files. These need to be
3419
           decompressed in a temporary directory for identification, which
3428
           decompressed in a temporary directory for identification, which