[imp] Re: Extremely weird IMAP behaviour - IMP or c-client problem?

Eli eli-list at experthost.com
Thu Mar 24 18:18:00 PST 2005


> http://bugs.horde.org/ticket/?id=1620

Bug fixed, thanks to the quick work of Michael Slusarz!

In Horde 3.0.3 release, edit /horde/lib/Horde/IMAP/Tree.php, line 1088
change from:

if ($expandall || $this->isOpen($elt)) {

to:

if (($expandall || $this->isOpen($elt)) && !($elt['a'] & LATT_NOINFERIORS))
{


Anyone can apply this change, as it will not negatively affect anyone.  Now
I can finally go to bed and rest!

Eli.




More information about the imp mailing list