changeset 10888:144858dc0820 HEAD

fs mailbox list: Don't show duplicate INBOXes
author Timo Sirainen <tss@iki.fi>
date Fri, 12 Mar 2010 14:57:23 +0200
parents 588892d877dc
children 653ae02bf8cf
files src/lib-storage/list/mailbox-list-fs-iter.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/list/mailbox-list-fs-iter.c	Thu Mar 11 03:22:36 2010 +0200
+++ b/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Mar 12 14:57:23 2010 +0200
@@ -426,9 +426,6 @@
 {
 	const char *real_path, *inbox_path;
 
-	if ((ctx->ctx.list->flags & MAILBOX_LIST_FLAG_MAILBOX_FILES) == 0)
-		return FALSE;
-
 	real_path = t_strconcat(ctx->dir->real_path, "/", fname, NULL);
 	inbox_path = mailbox_list_get_path(ctx->ctx.list, "INBOX",
 					   MAILBOX_LIST_PATH_TYPE_DIR);