From: Timo Sirainen Date: Sat, 24 May 2008 12:24:05 +0000 (+0300) Subject: LIST-EXTENDED: CHILDINFO shouldn't be quoted. X-Git-Tag: 1.1.rc6~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04033d75ab92dd6e4751edecb552d0391edb5a2c;p=thirdparty%2Fdovecot%2Fcore.git LIST-EXTENDED: CHILDINFO shouldn't be quoted. --HG-- branch : HEAD --- diff --git a/src/imap/cmd-list.c b/src/imap/cmd-list.c index 1b57e9a7e6..1ae801479b 100644 --- a/src/imap/cmd-list.c +++ b/src/imap/cmd-list.c @@ -85,7 +85,7 @@ mailbox_childinfo2str(struct cmd_list_context *ctx, string_t *str, return; if ((flags & MAILBOX_CHILD_SUBSCRIBED) != 0) - str_append(str, " (\"CHILDINFO\" (\"SUBSCRIBED\"))"); + str_append(str, " (CHILDINFO (\"SUBSCRIBED\"))"); } static bool