--- src/operator-list.cc.orig 2003-07-23 08:53:49.000000000 +0200 +++ src/operator-list.cc 2003-07-23 08:54:44.000000000 +0200 @@ -168,9 +168,6 @@ break; } } - - if (leaf) - i->second |= DIR_NOINFERIORS; } // finally, print all mailbox entries with flags. @@ -197,9 +194,6 @@ sep = " "; } - if (flags & DIR_NOINFERIORS) - com << sep << "\\Noinferiors"; - com << ") \"" << depot.getDelimiter() << "\" " << toImapString(i->first) << endl; }