Anant Athavale wrote: > Dear List: > > The problem reported by Patrick Boutilier boutilpj at ednet.ns.ca has > relation to this problem (IMP search shows "blank" folder). I also > get a blank folder in Search as well as Open Folder list. > > -Anant. >
We are using Cyrus IMAP server as well. Anybody else see this problem that is not using Cyrus? I can not find what change from 4.1.3 to 4.1.4 caused the problem but this small hack worked for me. Change line 158 of imp/lib/Folder.php from if (!isset($list[$item])) to if (!isset($list[$item]) && $item) > <snip> -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
