From a8dc7e6ff501ce5fce4145d4cd6edf97d0ade9e2 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 25 Feb 2003 00:39:44 +0200 Subject: [PATCH] placeholder -> noselect change broke LIST "" "foo/%" not showing foo/. --HG-- branch : HEAD --- src/imap/cmd-list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/imap/cmd-list.c b/src/imap/cmd-list.c index 66471bd7e8..64efeac25a 100644 --- a/src/imap/cmd-list.c +++ b/src/imap/cmd-list.c @@ -130,7 +130,8 @@ static void list_send(struct list_send_context *ctx, struct list_node *node, name = node->name; send_name = name; - if (node->flags != MAILBOX_PLACEHOLDER) + if (node->flags != MAILBOX_PLACEHOLDER && + node->flags != MAILBOX_NOSELECT) match = IMAP_MATCH_YES; else { /* make sure the placeholder matches. */ -- 2.47.3