On Wed, 23 Jul 2003, NOC (EUROFMC) wrote:
>Yes v. 1.1.2 is quite old but, with the 1.1.8 version I've still then same 
>problem : impossible to create subfolders from a subfolder of INBOX. For 
>this reason I'm using v. 1.1.2 ther is OK for this and haven't problem to 
>create subfolders...

Please try this patch on 1.1.8 to see if you can get subfolders working.
It removes the Noinferiors flag set on mailboxes. Then please report back 
to the list wether this solved your problem. :-)

Andy

--- 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;
       }

Reply via email to