Sorry,
I tried with:
$config['imap_force_lsub'] = true; $config['imap_force_ns'] = true;
but without success; is there a way to obtain automatic imap-folder subscription in RC (1.0.5)? My server mail is Dovecot (on cPanel server)
Thank you
----Messaggio originale---- Da: roundcube-users@whyaskwhy.org Data: 15/11/2014 1.34 A: users@lists.roundcube.net Ogg: Re: [RCU] Auto subscribe IMAP folder
On 11/7/2014 6:30 AM, absolutely_free@libero.it wrote:
Hi,
I created at file system level a custom folder "Archive" in every Maildir.
What IMAP server software do you use? If you use Dovecot it can create those custom folders for you. I think with 2.0.x it was through a separate plugin, with 2.2.x it comes built-in.
http://wiki2.dovecot.org/Plugins/Autocreate http://wiki2.dovecot.org/MailboxSettings
Is there a way to let RC auto-suscribe those new folders?
I put this in defaults.inc.php
It may have the same effect, but I think you're supposed to put your custom
options
in config.inc.php. Of course I may have a different version than you.
$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash', 'Archive'); $config['create_default_folders'] = true;
But this works only for NEW users (never logged in) have Archive folder already subscribed.
I grepped through defaults.inc.php on my installation and found this:
// By default list of subscribed folders is determined using LIST-EXTENDED // extension if available. Some servers (dovecot 1.x) returns wrong results // for shared namespaces in this case. http://trac.roundcube.
net/ticket/1486225
// Enable this option to force LSUB command usage instead. // Deprecated: Use imap_disabled_caps = array('LIST-EXTENDED') $config['imap_force_lsub'] = false;
// Some server configurations (e.g. Courier) doesn't list folders in all
namespaces
// Enable this option to force listing of folders in all namespaces $config['imap_force_ns'] = false;
Perhaps that last one would be of help? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users