From 63f9e278daf4ab4e74ab27a857a0fa8a960a6426 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 25 Sep 2022 19:10:57 +0200 Subject: [PATCH] doc --- src/doc/user/recoll.conf.xml | 7 +++++++ src/doc/user/usermanual.html | 15 +++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml index 31c4b1d9..2c5b219f 100644 --- a/src/doc/user/recoll.conf.xml +++ b/src/doc/user/recoll.conf.xml @@ -177,6 +177,13 @@ processing of any compressed file. Default 100 MB. Size limit for text files. Mostly for skipping monster logs. Default 20 MB. Use a value of -1 to disable. + +textunknownasplain +Process unknown text/xxx files as text/plain Allows indexing misc. text files identified as text/whatever by 'file' or 'xdg-mime' +without having to explicitely set config entries for them. This works fine for indexing (but will +cause processing of a lot of garbage though), but the documents indexed this way will be opened by +the desktop viewer, even if text/plain has a specific editor. + indexallfilenames Index the file names of diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index dda8d305..856e012c 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -9291,6 +9291,21 @@ hasextract = False disable.

textunknownasplain
+
+

Process unknown text/xxx files as text/plain + Allows indexing misc. text files identified as + text/whatever by 'file' or 'xdg-mime' without + having to explicitely set config entries for + them. This works fine for indexing (but will + cause processing of a lot of garbage though), but + the documents indexed this way will be opened by + the desktop viewer, even if text/plain has a + specific editor.

+
+
indexallfilenames