Report after new compilation of 1.1.8 with avoiding DIR_NOINFERIORS flag :
- creating subfolders (any level below INBOX) : OK !!!
- transfert messages with attachments from a mailbox to another : OK, but one two times, the transferrred message('with attachment) appears in the target mailbox without subject and main test : just one line in my Eudora mailer... (??)
Cheers,
Francois
At 08:57 23/07/2003 +0200, Andreas Aardal Hanssen wrote: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; }

