Roundcube Community Forum

 

Sharing folder with others (Solved)

Started by cllaud, June 05, 2014, 02:28:57 PM

Previous topic - Next topic

cllaud

Hello,

The sharing folders with dovecot works, but when the user that i shared the folder reads any e-mails in the folder, all my subcribed folder (the folders that i do not shared with this user) is unsubcribed from my account. The only folders that remains is the default ones ( inbox, trash, spam and sent) and the folder that i shared with that user.

Can someone help me out with this?

Thanks in advance.


cllaud

Solved activate the following parameter in main.inc.php:

$rcmail_config['imap_force_lsub'] = true;

:D