|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
|
... |
|
... |
187 |
|
187 |
|
188 |
# Should we use the system's 'file -i' command as a final step in file type
|
188 |
# Should we use the system's 'file -i' command as a final step in file type
|
189 |
# identification ? This may be useful, but will usually cause the
|
189 |
# identification ? This may be useful, but will usually cause the
|
190 |
# indexation of many bogus 'text' files
|
190 |
# indexation of many bogus 'text' files
|
191 |
usesystemfilecommand = 1
|
191 |
usesystemfilecommand = 1
|
|
|
192 |
# Actual command to use as "file -i" workalike. xdg-mime works fine here.
|
|
|
193 |
# The file path will be added as a last parameter to the command line. If
|
|
|
194 |
# that's not what your preferred command would like, use an intermediary script
|
|
|
195 |
# systemfilecommand = xdg-mime query filetype
|
192 |
|
196 |
|
193 |
# Should we index the file names of files with mime types we don't
|
197 |
# Should we index the file names of files with mime types we don't
|
194 |
# know? (we can otherwise just ignore them)
|
198 |
# know? (we can otherwise just ignore them)
|
195 |
indexallfilenames = 1
|
199 |
indexallfilenames = 1
|
196 |
|
200 |
|