changeset 7492:ae8a3595d707 HEAD

LIST-EXTENDED options were ignored.
author Timo Sirainen <tss@iki.fi>
date Sun, 04 May 2008 23:09:14 +0300
parents 33d6be3b5c01
children 3d5379e33664
files src/imap/cmd-list.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 		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 |