* completely remove '--xquery', re-indent mu-config.c

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-22 10:40:12 +03:00
parent e478eeee6d
commit f7a39155c8
6 changed files with 284 additions and 301 deletions

View File

@ -85,7 +85,7 @@ check_index_or_cleanup_params (MuConfig *opts)
return FALSE;
}
if (opts->linksdir || opts->xquery) {
if (opts->linksdir) {
g_warning ("invalid option(s) for command");
return FALSE;
}