* <many>: update for mu-msg-field change

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-20 14:43:04 +02:00
parent 7f617e32f0
commit b69cf8f589
12 changed files with 306 additions and 224 deletions

View File

@ -311,7 +311,8 @@ run_query (const char *xpath, const char *query)
return NULL;
}
iter = mu_query_run (xapian, query, NULL, TRUE, 0);
iter = mu_query_run (xapian, query, MU_MSG_FIELD_ID_NONE,
TRUE, 0);
mu_query_destroy (xapian);
if (!iter) {
g_warning ("error: running query failed\n");