From f813c1356ecb359dc98c9a019ef548ea3a49d448 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 23 Nov 2021 16:31:57 +0100 Subject: [PATCH] mimemap: define .log as text/plain. Does nothing by default because .log is in noContentSuffixes, but makes it easier to customize --- src/sampleconf/mimemap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sampleconf/mimemap b/src/sampleconf/mimemap index 1daaf727..4333a12d 100644 --- a/src/sampleconf/mimemap +++ b/src/sampleconf/mimemap @@ -15,6 +15,11 @@ .rst = text/plain .md = text/plain .gv = text/plain + +# .log is in the default noContentSuffixes, so this will also need a recoll.conf setting to do +# anything +.log = text/plain + .srt = text/x-srt .ini = text/x-ini .csv = text/x-csv