--- pine4.10/imap/src/osdep/unix/dummy.c.orig Thu Jul 15 02:33:39 1999 +++ pine4.10/imap/src/osdep/unix/dummy.c Thu Jul 15 02:36:42 1999 @@ -331,7 +331,10 @@ DRIVER *d; /* don't \NoSelect if have a driver for it */ if ((attributes & LATT_NOSELECT) && (d = mail_valid (NIL,name,NIL)) && - (d != &dummydriver)) attributes &= ~LATT_NOSELECT; + (d != &dummydriver)) { + attributes &= ~LATT_NOSELECT; + attributes |= LATT_NOINFERIORS; + } if (contents) { /* want to search contents? */ /* forget it if can't select or open */ if ((attributes & LATT_NOSELECT) || !(csiz = strlen (contents)) || @@ -353,7 +356,8 @@ } /* notify main program */ mm_list (stream,delimiter,name,attributes); - return T; + if (attributes & LATT_NOINFERIORS) return NIL; + else return T; } /* Dummy create mailbox