summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--imap4d/search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap4d/search.c b/imap4d/search.c
index 3c243eddf..c0309434a 100644
--- a/imap4d/search.c
+++ b/imap4d/search.c
@@ -296,7 +296,6 @@ imap4d_search0 (imap4d_tokbuf_t tok, int isuid, char **err_text)
return RESP_BAD;
}
- /* Currently only ASCII is supported */
if (mu_c_strcasecmp (parsebuf.token, "US-ASCII"))
{
parsebuf.charset = parse_strdup (&parsebuf, parsebuf.token);

Return to:

Send suggestions and report system problems to the System administrator.