]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: shared - Remove check to see if shared namespace's storage exists
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 27 Dec 2023 18:18:18 +0000 (13:18 -0500)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:11 +0000 (12:34 +0200)
commit87eb1dcc399f41fd0f76e51c6fd364cf1360235b
tree01f2dec6ccd2ea34a33b8c8318a64523d4d1e909
parent6b943b77e3bde51a27cb4f2b79519173aed05796
lib-storage: shared - Remove check to see if shared namespace's storage exists

This doesn't work with imapc when local index files are used, because
mailbox_list_get_root_path() returns the index file location then. Just
because it doesn't exist yet doesn't mean that the namespace is unusable.

There is already a check to verify whether the user exists, which should be
enough.
src/lib-storage/index/shared/shared-storage.c