aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-29 21:51:00 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-29 21:51:00 +0300
commit67ef8ed97b4192faa7b09bfa4fc899587f252f6d (patch)
treed2e2355196947c31b6299a9a7487f3b3e71ad6d1 /src/main.c
parent8a851aaa1382d188ca2968e7bbd813e99507c4ff (diff)
downloadmailfromd-67ef8ed97b4192faa7b09bfa4fc899587f252f6d.tar.gz
mailfromd-67ef8ed97b4192faa7b09bfa4fc899587f252f6d.tar.bz2
Minor fixes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 94b7f6b0..18785afa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -864,13 +864,13 @@ struct mu_cfg_param mf_cfg_param[] = {
864 { "lock-retry-count", mu_cfg_callback, NULL, 0, 864 { "lock-retry-count", mu_cfg_callback, NULL, 0,
865 config_cb_lock_retry_count, 865 config_cb_lock_retry_count,
866 N_("Retry acquiring DBM file lock this number of times.") }, 866 N_("Retry acquiring DBM file lock this number of times.") },
867 { "lock-retry-timeout", mu_cfg_callback, NULL, 0, 867 { "lock-retry-timeout", mu_cfg_callback, NULL, 0,
868 config_cb_lock_retry_timeout, 868 config_cb_lock_retry_timeout,
869 N_("Set the time span between the two DBM locking attempts."), 869 N_("Set the time span between the two DBM locking attempts."),
870 N_("time") }, 870 N_("time: interval") },
871 871
872 { "max-match-mx", mu_c_size, &max_match_mx, 0, NULL, 872 { "max-match-mx", mu_c_size, &max_match_mx, 0, NULL,
873 N_("Maximum number of MXs used by MFL \"mx match\" operation.") }, 873 N_("Maximum number of MXs used by MFL \"mx match\" operation.") },
874 874
875 { "runtime", mu_cfg_section, NULL }, 875 { "runtime", mu_cfg_section, NULL },
876 876

Return to:

Send suggestions and report system problems to the System administrator.