dovecot-2.1: lib-storage: LIST with mailbox {} settings incorrec...

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 11 18:23:45 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/9cc178c7afb3
changeset: 14415:9cc178c7afb3
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 11 18:23:34 2012 +0300
description:
lib-storage: LIST with mailbox {} settings incorrectly set subscribed-flags.

diffstat:

 src/lib-storage/mailbox-list-iter.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 4fb683720a06 -r 9cc178c7afb3 src/lib-storage/mailbox-list-iter.c
--- a/src/lib-storage/mailbox-list-iter.c	Wed Apr 11 17:21:01 2012 +0300
+++ b/src/lib-storage/mailbox-list-iter.c	Wed Apr 11 18:23:34 2012 +0300
@@ -533,7 +533,6 @@
 	if ((ctx->flags & MAILBOX_LIST_ITER_SELECT_SUBSCRIBED) == 0)
 		match2 = match;
 	else {
-		info->flags |= MAILBOX_SUBSCRIBED;
 		match2 = autocreate_box_match(&actx->all_ns_box_sets,
 					      ctx->list->ns, info->name,
 					      FALSE, &idx);


More information about the dovecot-cvs mailing list