]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Fix setting \Noinferiors flag for detached INBOX
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 11 Jul 2019 12:08:10 +0000 (15:08 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 11 Jul 2019 14:48:47 +0000 (17:48 +0300)
commitebd260aae6847cbda246190c2668a62273ab9202
tree262a4687c139ad07becf7285d03556579b83ccd7
parent6e49d94cfe7d9efc7ea6b5c6de1669eca3780600
lib-storage: Fix setting \Noinferiors flag for detached INBOX

The "" namespace is nowadays automatically created, so we can't just check
if mail_namespace_find_prefix() returns NULL.

I left the NULL check there for now at least, just in case there's some
reason I couldn't think of when it could be NULL.
src/lib-storage/list/mailbox-list-iter.c