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

@ -113,7 +113,7 @@ test_parse_arglist (void)
GHashTable *hash;
GError *err;
args = "cmd:find query:\"maildir:\\\"/sent items\\\"\" maxnum:500";
args = "cmd:find query:maildir:\"/sent items\" maxnum:500";
err = NULL;
hash = mu_str_parse_arglist (args, &err);