It has been marked obsolete.
MAIL_STORAGE_SET_DRIVER_NAME);
}
-const void *mail_storage_get_driver_settings(struct mail_storage *storage)
-{
- return mail_user_set_get_driver_settings(storage->user->set_info,
- storage->user->set,
- storage->name);
-}
-
const void *mail_namespace_get_driver_settings(struct mail_namespace *ns,
struct mail_storage *storage)
{
/* Get storage-specific settings, which may be namespace-specific. */
const void *mail_namespace_get_driver_settings(struct mail_namespace *ns,
struct mail_storage *storage);
-/* FIXME: Obsolete - remove in v2.3 */
-const void *mail_storage_get_driver_settings(struct mail_storage *storage);
const struct dynamic_settings_parser *
mail_storage_get_dynamic_parsers(pool_t pool);