dovecot-1.1: LIST-EXTENDED options were ignored.

dovecot at dovecot.org dovecot at dovecot.org
Sun May 4 23:47:44 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/ae8a3595d707
changeset: 7492:ae8a3595d707
user:      Timo Sirainen <tss at iki.fi>
date:      Sun May 04 23:09:14 2008 +0300
description:
LIST-EXTENDED options were ignored.

diffstat:

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

diffs (12 lines):

diff -r 33d6be3b5c01 -r ae8a3595d707 src/imap/cmd-list.c
--- a/src/imap/cmd-list.c	Sun May 04 22:35:35 2008 +0300
+++ b/src/imap/cmd-list.c	Sun May 04 23:09:14 2008 +0300
@@ -812,7 +812,7 @@ bool cmd_list_full(struct client_command
 		args += 2;
 	}
 
-	ctx->list_flags = MAILBOX_LIST_ITER_VIRTUAL_NAMES;
+	ctx->list_flags |= MAILBOX_LIST_ITER_VIRTUAL_NAMES;
 	if (lsub) {
 		/* LSUB - we don't care about flags */
 		ctx->list_flags |= MAILBOX_LIST_ITER_SELECT_SUBSCRIBED |


More information about the dovecot-cvs mailing list