From fbbb11c2c70ef3abbc12ec5af962a3fd1ca702fe Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 16 May 2010 09:55:40 +0200 Subject: [PATCH] rclnull --- src/filters/rclnull | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 src/filters/rclnull diff --git a/src/filters/rclnull b/src/filters/rclnull new file mode 100755 index 00000000..eba02f4a --- /dev/null +++ b/src/filters/rclnull @@ -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