e4f8e7a2f30b34f6ac39b5e228c3c94ea271c253 |
|
09-Dec-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
lib-storage: mailbox-list-iter - Refresh subscriptions before setting flags
This happens when list patterns match the namespace prefix,
but mailbox_list_ns_match_patterns() returns FALSE. And one of the ways for
that to happen is if namespace has alias_for set. |
0e2e52670663aa870a606bbb44c6b257f7287b58 |
|
12-Apr-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-storage: Fixed error handling for mailbox_list_iter_init_namespaces()
If iteration for the first namespace failed, we tried to copy the error
string to error_list, which was the same first namespace's list. This caused
the error string to be freed while it was being copied, so the end result
was that the error became either an empty or garbage string. |