enum mdbox_msg_action action;
void *value;
- if (dbox_file_is_in_alt(file) &&
- ctx->storage->set->mdbox_purge_preserve_alt)
+ if (dbox_file_is_in_alt(file))
return TRUE;
if (!ctx->have_altmoves)
static const struct setting_define mdbox_setting_defines[] = {
DEF(SET_BOOL, mdbox_preallocate_space),
- DEF(SET_BOOL, mdbox_purge_preserve_alt),
DEF(SET_SIZE, mdbox_rotate_size),
DEF(SET_TIME, mdbox_rotate_interval),
static const struct mdbox_settings mdbox_default_settings = {
.mdbox_preallocate_space = FALSE,
- .mdbox_purge_preserve_alt = FALSE,
.mdbox_rotate_size = 10*1024*1024,
.mdbox_rotate_interval = 0
};