Displaying 2 results from an estimated 2 matches for "339be408f49a".
2009 Aug 11
3
dovecot 1.2.3: TB fails to unsubscribe folder after deletion
Hi,
I'm running dovecot 1.2.3 with "imap_client_workarounds =
tb-extra-mailbox-sep" and noticed that after deleting a folder (moving
to Trash and emptying it on exit) that folder in Trash still keeps
subscribed.
I think the reason for that behavior is that the call for
mailbox_list_set_subscribed() in imap/cmd-subscribe.c (line 84) is fed
with the original mailbox name and not the
2011 Mar 03
0
TB, dovecot & trailing slash - again
...t; "ABCDE/"..8 OK List completed...
So far, so good. But when you have a look at the .subscriptions file,
you can see that the ABCDE folder has no trailing slash: it has been
stripped off, apparently due to an "enhancement" made in 2009:
http://hg.dovecot.org/dovecot-1.2/rev/339be408f49a
It may be intended, but the drawback is that TB then gets a bit
confused, as it has no way, during a "LIST" operation, to distinguish
between a "folder/subfolder" scheme and a "folder/message" scheme:
consequently, you get an error message from TB whenever you clic...