dovecot-1.1: LIST-EXTENDED: CHILDINFO shouldn't be quoted.

dovecot at dovecot.org dovecot at dovecot.org
Sat May 24 15:24:08 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/0cd3db11a42f
changeset: 7531:0cd3db11a42f
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 24 15:24:05 2008 +0300
description:
LIST-EXTENDED: CHILDINFO shouldn't be quoted.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/cmd-list.c |    2 +-

diffs (12 lines):

diff -r e29dafc501cc -r 0cd3db11a42f src/imap/cmd-list.c
--- a/src/imap/cmd-list.c	Sun May 18 18:16:41 2008 +0300
+++ b/src/imap/cmd-list.c	Sat May 24 15:24:05 2008 +0300
@@ -85,7 +85,7 @@ mailbox_childinfo2str(struct cmd_list_co
 		return;
 
 	if ((flags & MAILBOX_CHILD_SUBSCRIBED) != 0)
-		str_append(str, " (\"CHILDINFO\" (\"SUBSCRIBED\"))");
+		str_append(str, " (CHILDINFO (\"SUBSCRIBED\"))");
 }
 
 static bool


More information about the dovecot-cvs mailing list