[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-list.c,1.19,1.20

cras at procontrol.fi cras at procontrol.fi
Thu Feb 27 16:48:03 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/maildir
In directory danu:/tmp/cvs-serv10897/lib-storage/index/maildir

Modified Files:
	maildir-list.c 
Log Message:
Maildir LIST \Children fixes.



Index: maildir-list.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-list.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- maildir-list.c	25 Feb 2003 19:10:45 -0000	1.19
+++ maildir-list.c	27 Feb 2003 14:48:01 -0000	1.20
@@ -242,7 +242,7 @@
 			continue; /* ignore inboxes */
 
 		if (match == IMAP_MATCH_PARENT) {
-			ctx->list.flags = MAILBOX_NOSELECT;
+			ctx->list.flags = MAILBOX_NOSELECT | MAILBOX_CHILDREN;
 			while ((p = strrchr(fname, '.')) != NULL) {
 				fname = t_strdup_until(fname, p);
 				if (imap_match(ctx->glob, fname) > 0) {




More information about the dovecot-cvs mailing list