On 29.11.2011 09:57, Mohamed Salah Meddeb wrote: > HI all, > I've updated my roundcube webmail, from 0.3 to 0.6. > in roundcube0.3 there was a config routine imap_routine where I've > mentioned the mail_home directory, in mycase '/home/login/mail.mail' : > $rcmail_config['imap_root'] = 'mail'; > > in roundecube0.6 that routine was changed by > $rcmail_config['imap_ns_personal']
Did you tried to set it to null (re-login required after changing this option value)? What IMAP server are you using, does it support NAMESPACE, I suppose it doesn't. imap_ns_personal value must contain directory separator. Check with: $rcmail_config['imap_ns_personal'] = 'mail.'; // or 'mail/' -- 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/users/ BT/8f4f07cd
