mimemap: define .log as text/plain. Does nothing by default because .log is in noContentSuffixes, but makes it easier to customize

This commit is contained in:
Jean-Francois Dockes 2021-11-23 16:31:57 +01:00
parent ffd01adec2
commit f813c1356e

View File

@ -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