Hi,
It looks like at least in v.0.7, it's impossible to remove subscription from folders that have been deleted. Has this been fixed? If not, can anyone please fix it? :)
Thanks! Rimas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 2012-02-26 18:30, Rimas Kudelis wrote:
Hi,
It looks like at least in v.0.7, it's impossible to remove subscription from folders that have been deleted. Has this been fixed? If not, can anyone please fix it? :)
Depending on your server implementation, I believe a flag is added to a folder that no longer exists, \NoSelect (IIRC).
If I'm not mistaken, Roundcube already automatically unsubscribes those folders (but only if you go to Settings => Folders).
This has been a support case for us running a Cyrus IMAP "discrete" murder, where one backend is in charge of maintaining the user's list of subscribed folders, while unaware of the folders that may exist (or may be deleted) on other backends.
Kind regards,
Jeroen van Meeuwen
2012.02.29 02:48, Jeroen van Meeuwen (Kolab Systems) rašė:
On 2012-02-26 18:30, Rimas Kudelis wrote:
Hi,
It looks like at least in v.0.7, it's impossible to remove subscription from folders that have been deleted. Has this been fixed? If not, can anyone please fix it? :)
Depending on your server implementation, I believe a flag is added to a folder that no longer exists, \NoSelect (IIRC).
If I'm not mistaken, Roundcube already automatically unsubscribes those folders (but only if you go to Settings => Folders).
My server implementation is Courier IMAP, and at leats 0.7 does not automatically unsubscribe the deleted folders for me.
Funny thing is that I cannot unsubscribe its parent either, because the parent is the Trash folder... :)
Rimas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 29.02.2012 01:48, Jeroen van Meeuwen (Kolab Systems) wrote:
Depending on your server implementation, I believe a flag is added to a folder that no longer exists, \NoSelect (IIRC).
If I'm not mistaken, Roundcube already automatically unsubscribes those folders (but only if you go to Settings => Folders).
It was broken for some cases (imap_force_lsub=false). Please, check with r5946.