From e329e422a01b7937b6f74eab9f4baf13293d0c6c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 4 May 2008 23:09:14 +0300 Subject: [PATCH] LIST-EXTENDED options were ignored. --HG-- branch : HEAD --- src/imap/cmd-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imap/cmd-list.c b/src/imap/cmd-list.c index ca4cf27234..1b57e9a7e6 100644 --- a/src/imap/cmd-list.c +++ b/src/imap/cmd-list.c @@ -812,7 +812,7 @@ bool cmd_list_full(struct client_command_context *cmd, bool lsub) 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 | -- 2.47.3