/* Copyright (c) 2005-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "settings-parser.h"
#include "mail-storage-settings.h"
#include "mbox-settings.h"
#include <stddef.h>
};
.mbox_read_locks = "fcntl",
.mbox_write_locks = "dotlock fcntl",
.mbox_min_index_size = 0,
.mbox_dirty_syncs = TRUE,
.mbox_lazy_writes = TRUE,
.mbox_md5 = "apop3d:all"
};
.module_name = "mbox",
.struct_size = sizeof(struct mbox_settings),
};
{
return &mbox_setting_parser_info;
}