server: update query processing
fix quoting issues with mu4e
This commit is contained in:
@ -557,6 +557,7 @@ read_val (const char *str, const char **endval, GError **err)
|
||||
}
|
||||
} else if (*cur == '"') {
|
||||
quoted = !quoted;
|
||||
g_string_append_c (gstr, *cur);
|
||||
continue;
|
||||
} else if (isblank(*cur) && !quoted)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user