Roundcube Community Forum

Miscellaneous => Forum Feedback => Topic started by: cllaud on June 05, 2014, 02:28:57 PM

Title: Sharing folder with others (Solved)
Post by: cllaud on June 05, 2014, 02:28:57 PM
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.

Title: Re: Sharing folder with others
Post by: cllaud on June 11, 2014, 06:10:50 PM
Solved activate the following parameter in main.inc.php:

 $rcmail_config['imap_force_lsub'] = true;

 :D