From 25bb240e22f66276efc75a461c3261c999054b6f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 7 Sep 2019 09:09:40 +0300 Subject: Minor fixes * src/main.c (mf_cfg_param): Remove the surplus "database" section: it is already included in srvcfg.c * src/prog.c (env_register_auto): Use mu_diag_cont_printf to continue diagnostic message without inserting unnecessary <> directives (perhaps should be fixed in mailutils). --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7fe40dbc..4dddca29 100644 --- a/src/main.c +++ b/src/main.c @@ -859,8 +859,6 @@ struct mu_cfg_param mf_cfg_param[] = { N_("Read relayed domain names from the file"), N_("file: string") }, - { "database", mu_cfg_section, NULL }, - { "lock-retry-count", mu_cfg_callback, NULL, 0, config_cb_lock_retry_count, N_("Retry acquiring DBM file lock this number of times.") }, -- cgit v1.2.1