* 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

@ -218,17 +218,6 @@ query_params_valid (MuConfig *opts)
{
const gchar *xpath;
if (opts->linksdir)
if (opts->xquery) {
g_warning ("invalid option for --linksdir");
return FALSE;
}
if (opts->xquery) {
g_warning ("--xquery is obsolete; use --format=xquery instead");
return FALSE;
}
xpath = mu_runtime_path (MU_RUNTIME_PATH_XAPIANDB);
if (mu_util_check_dir (xpath, TRUE, FALSE))