GNOME Bugzilla – Bug 728737
[IMAPx] Namespaces not recognized in subscription list
Last modified: 2014-05-05 09:59:25 UTC
In evolution 3.10.x, Namespaces were working quite well and Shared folders simply showed up in the normal subscription-window. Since I upgraded to 3.12.2, this is no longer working. The Server is a dovecot 2.1.17 on debian stable. No configuration was changed there.
(In reply to comment #0) > Since I upgraded to 3.12.2, 3.12.1, fortunately :) I can confirm this. The extra namespaces are shown beside Inbox (on the same level) in 3.10.4, but are completely hidden in 3.12.1.
It's not that simple, after all. I made the IMAPx check in all namespaces for subscribed folders, because other changes in LIST command prevent it from getting subscribed folders with one command across those namespaces. Some servers can claim errors when the other namesapces are checked, thus I made the errors from other than the personal namespace ignored. The change also adds some code to emit 'subscribed' signal for parent folders of just-subscribed folder, to make sure the subscribed folder will be shown in UI. Created commit 0662887 in eds master (3.13.1+) [1] Created commit fca940a in evolution-data-server-3-12 (3.12.2+) [1] https://git.gnome.org/browse/evolution-data-server/commit/?id=0662887
*** Bug 678216 has been marked as a duplicate of this bug. ***