From 29bf28f51d3bdc2d00a02ba253f3158206470389 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 6 Oct 2013 02:46:54 +0200 Subject: [PATCH] Hide obsolete files --- toys/createindex | 1 + 1 file changed, 1 insertion(+) diff --git a/toys/createindex b/toys/createindex index a7274d5..d3a2192 100755 --- a/toys/createindex +++ b/toys/createindex @@ -280,6 +280,7 @@ FROM source_files WHERE NOT mime_types.mime_text LIKE "text/%" AND NOT mime_types.mime_text LIKE "image/%" +AND last_seen = '$lastupdate' ORDER BY source_files.filename COLLATE NOCASE;