summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-26 01:12:25 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-26 01:12:25 +0200
commitb03bc0e63803a1235c7a468a561eb1f4fbf2c2a6 (patch)
tree44a784aa1c17b6b76f0bb3d4c950ca10c64b5e67 /imap4d
parent3798a0f09da7fcaa6daa12e9ae483ebf99f7c46a (diff)
downloadmailutils-b03bc0e63803a1235c7a468a561eb1f4fbf2c2a6.tar.gz
mailutils-b03bc0e63803a1235c7a468a561eb1f4fbf2c2a6.tar.bz2
Remove misguiding comment
Diffstat (limited to 'imap4d')
-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.