server: update query processing

fix quoting issues with mu4e
This commit is contained in:
djcb
2017-10-27 18:43:33 +03:00
parent 6ce7c89488
commit 509500a9d2
4 changed files with 7 additions and 3 deletions

View File

@ -175,7 +175,8 @@ test_mu_store_store_msg_remove_and_count (void)
g_assert_cmpuint (0,==,mu_store_count (store, NULL));
g_assert_cmpuint (FALSE,==,mu_store_contains_message
(store,
MU_TESTMAILDIR "/cur/1283599333.1840_11.cthulhu!2,", NULL));
MU_TESTMAILDIR "/cur/1283599333.1840_11.cthulhu!2,",
NULL));
g_free (tmpdir);
mu_store_unref (store);
}