From d64fe731eb6f4f168fb85e42d8b9a8ba449a1c0b Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Sun, 20 Aug 2006 04:50:19 +0000 Subject: [PATCH] add handler for case_insensitive --- src/conf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf.c b/src/conf.c index 359c457a..ebac1845 100644 --- a/src/conf.c +++ b/src/conf.c @@ -134,6 +134,8 @@ static CONF_ELEMENTS conf_elements[] = { { 0, 0, CONF_T_INT,"scanning","ignore_appledouble" }, { 0, 0, CONF_T_INT,"scanning","ignore_dotfiles" }, { 0, 0, CONF_T_INT,"scanning","concat_compilations" }, + { 0, 0, CONF_T_INT,"scanning","case_sensitive" }, + { 0, 0, CONF_T_INT,"scan","correct_order" }, { 0, 0, CONF_T_INT, NULL, NULL } };