On 22.11.2010 20:22, SeberIT - Erik Smeets wrote:

> S: * LSUB (\Noselect \HasChildren) "." "INBOX"

I think this is the reason. I'm not sure if \Noselect flag for INBOX is
a bug. Try to fix this by commenting out this part of code in function
select() in rcube_imap_generic() file (line c.a.812):

/*
if (is_array($this->data['LIST']) && is_array($opts =
$this->data['LIST'][$mailbox])) {
    if (in_array('\\Noselect', $opts)) {
        return false;
    }
}
*/

Get as to know if this fixes your issue.

-- 
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer  [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/8f4f07cd

Reply via email to