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 } };