[imp] Open Folder, does not show INBOX, when INBOX is opened.

Patrick Boutilier boutilpj at ednet.ns.ca
Wed Mar 21 17:57:32 UTC 2007


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>


More information about the imp mailing list