dovecot-1.2: LIST: Renamed X-STATUS return option to STATUS, sin...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 10 22:06:34 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/9185f2adeefb
changeset: 7808:9185f2adeefb
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 10 22:06:26 2008 +0300
description:
LIST: Renamed X-STATUS return option to STATUS, since the first draft of the
standard was released now. The capability isn't added yet though.

diffstat:

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

diffs (12 lines):

diff -r 8704bd29617b -r 9185f2adeefb src/imap/cmd-list.c
--- a/src/imap/cmd-list.c	Tue Jun 10 20:28:48 2008 +0300
+++ b/src/imap/cmd-list.c	Tue Jun 10 22:06:26 2008 +0300
@@ -149,7 +149,7 @@ parse_return_flags(struct cmd_list_conte
 			list_flags |= MAILBOX_LIST_ITER_RETURN_SUBSCRIBED;
 		else if (strcasecmp(atom, "CHILDREN") == 0)
 			list_flags |= MAILBOX_LIST_ITER_RETURN_CHILDREN;
-		else if (strcasecmp(atom, "X-STATUS") == 0 &&
+		else if (strcasecmp(atom, "STATUS") == 0 &&
 			 args[1].type == IMAP_ARG_LIST) {
 			/* FIXME: this should probably be a plugin.. */
 			if (imap_status_parse_items(ctx->cmd,


More information about the dovecot-cvs mailing list