recoll/src/filters/rclnull
Jean-Francois Dockes fbbb11c2c7 rclnull
2010-05-16 09:55:40 +02:00

10 lines
412 B
Bash
Executable File

#!/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