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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/3f1d12ccd7cc
changeset: 7627:3f1d12ccd7cc
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 10 22:05:56 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 4cbac2c2d291 -r 3f1d12ccd7cc src/imap/cmd-list.c
--- a/src/imap/cmd-list.c	Tue Jun 10 20:28:25 2008 +0300
+++ b/src/imap/cmd-list.c	Tue Jun 10 22:05:56 2008 +0300
@@ -150,7 +150,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) {
 			if (imap_status_parse_items(ctx->cmd,
 						IMAP_ARG_LIST_ARGS(&args[1]),


More information about the dovecot-cvs mailing list