* remove the needless batching in mu-msg-iter, mu-query, update callers

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-02 17:35:46 +03:00
parent fbaa1fc66e
commit 794825e297
6 changed files with 12 additions and 16 deletions

View File

@ -181,7 +181,8 @@ run_query (MuQuery *xapian, const gchar *query, MuConfig *opts,
err = NULL;
iter = mu_query_run (xapian, query, sortid,
opts->descending ? FALSE : TRUE, 0, &err);
opts->descending ? FALSE : TRUE,
&err);
if (!iter) {
g_warning ("error: %s", err->message);
g_error_free (err);