dovecot-2.0-sslstream: mbox: Fixed listing INBOX when NO_AUTO_IN...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:57 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/3e85df7dc65a
changeset: 10242:3e85df7dc65a
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 30 15:24:37 2009 -0400
description:
mbox: Fixed listing INBOX when NO_AUTO_INBOX flag was set.

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
src/lib-storage/list/mailbox-list-fs-iter.c |    3 +--

diffs (13 lines):

diff -r dfbdb1e8deb6 -r 3e85df7dc65a src/lib-storage/list/mailbox-list-fs-iter.c
--- a/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Oct 30 15:12:33 2009 -0400
+++ b/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Oct 30 15:24:37 2009 -0400
@@ -449,8 +449,7 @@ list_file_inbox(struct fs_list_iterate_c
 	}
 	inbox_flags_set(ctx);
 
-	if ((ctx->info.flags & MAILBOX_NOINFERIORS) != 0 &&
-	    list_file_is_inbox(ctx, fname)) {
+	if (list_file_is_inbox(ctx, fname)) {
 		/* delay listing in case there's a INBOX/ directory */
 		ctx->inbox_found = TRUE;
 		ctx->inbox_flags = ctx->info.flags;


More information about the dovecot-cvs mailing list