This commit is contained in:
Jean-Francois Dockes 2010-05-16 09:55:40 +02:00
parent c7bf2f83c4
commit fbbb11c2c7

9
src/filters/rclnull Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# It may make sense in some cases to set this null filter (no output)
# instead of using recoll_noindex or leaving the default filter in
# case one doesn't want to install it: this will avoid endless retries
# to reindex the affected files, as recoll will think it has succeeded
# indexing them. Downside: the files won't be indexed when one
# actually installs the real filter, will need a -z
exit 0