5bf4e28d6d2c25c54ee201943ac5398a74481360 |
|
07-Sep-2015 |
Timo Sirainen <tss@iki.fi> |
imap: Fixed assert-crash in NOTIFY when using multiple namespaces.
I'm not sure why the original code was trying to add it to multiple
namespaces. A single mailbox name should be matching only a single
namespace (visible one at least). In any case we can't use
mail_namespace_find() with only partial namespaces-list, because it'll
assert-crash if it can't find a namespace for the mailbox. |