summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--imap4d/lsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/lsub.c b/imap4d/lsub.c
index 5b748ae48..eb38aa74f 100644
--- a/imap4d/lsub.c
+++ b/imap4d/lsub.c
@@ -71,7 +71,7 @@ imap4d_lsub (struct imap4d_command *command, imap4d_tokbuf_t tok)
if (buf[len - 1] == '\n')
buf[len - 1] = '\0';
if (util_wcard_match (buf, pattern, delim) == 0)
- util_out (RESP_NONE, "LIST () \"%s\" %s", delim, buf);
+ util_out (RESP_NONE, "LSUB () \"%s\" %s", delim, buf);
}
fclose (fp);
free (buf);

Return to:

Send suggestions and report system problems to the System administrator.