aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-09-07 09:09:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-09-07 09:09:40 +0300
commit25bb240e22f66276efc75a461c3261c999054b6f (patch)
treedbddf7a7ebaa557ddf38ee8e4ad79833a55b723c /src/main.c
parentfd8f55ffd25bfe4eed1524f3daba2f05f8dd373e (diff)
downloadmailfromd-25bb240e22f66276efc75a461c3261c999054b6f.tar.gz
mailfromd-25bb240e22f66276efc75a461c3261c999054b6f.tar.bz2
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).
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
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.") },

Return to:

Send suggestions and report system problems to the System administrator.