aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-03-13 17:25:21 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-03-13 17:25:21 +0200
commit59770a628d4b64b1d7c86400217e4ab84f13ef37 (patch)
tree32338be92520d0f716bd0fe782c198598e1593e1 /src/main.c
parent07ca8622ff6226c45b4ac321b38e5f6918f11603 (diff)
downloadmailfromd-59770a628d4b64b1d7c86400217e4ab84f13ef37.tar.gz
mailfromd-59770a628d4b64b1d7c86400217e4ab84f13ef37.tar.bz2
Rename .pm:server config section to .mfd:server. Fix check-docs.
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 dd542eb1..184b330f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -874,7 +874,7 @@ cb_relayed_domain_file(void *data, mu_config_value_t *val)
874 874
875 875
876struct mu_cfg_param mf_cfg_param[] = { 876struct mu_cfg_param mf_cfg_param[] = {
877 { ".pm:server", mu_cfg_section, NULL, 0, NULL, NULL }, 877 { ".mfd:server", mu_cfg_section, NULL, 0, NULL, NULL },
878 { "stack-trace", mu_cfg_bool, &stack_trace_option, 0, NULL, 878 { "stack-trace", mu_cfg_bool, &stack_trace_option, 0, NULL,
879 N_("Dump stack traces on runtime errors.") }, 879 N_("Dump stack traces on runtime errors.") },
880 880

Return to:

Send suggestions and report system problems to the System administrator.