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:
parent
ffd01adec2
commit
f813c1356e
@ -15,6 +15,11 @@
|
|||||||
.rst = text/plain
|
.rst = text/plain
|
||||||
.md = text/plain
|
.md = text/plain
|
||||||
.gv = 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
|
.srt = text/x-srt
|
||||||
.ini = text/x-ini
|
.ini = text/x-ini
|
||||||
.csv = text/x-csv
|
.csv = text/x-csv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user