This is used by Pigeonhole config plugin.
HASH_TABLE(const char *, const char *) seen_settings;
struct config_filter_context *filter;
+ bool dump_defaults:1;
bool expand_values:1;
bool hide_errors:1;
bool delay_errors:1;
i_zero(&ctx);
ctx.pool = pool_alloconly_create(MEMPOOL_GROWING"config file parser", 1024*256);
ctx.path = path;
+ ctx.dump_defaults = dump_defaults;
ctx.hide_obsolete_warnings =
(flags & CONFIG_PARSE_FLAG_HIDE_OBSOLETE_WARNINGS) != 0;
ctx.delay_errors = (flags & CONFIG_PARSE_FLAG_DELAY_ERRORS) != 0;