aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mfdbtool.c13
-rw-r--r--src/srvcfg.c13
2 files changed, 12 insertions, 14 deletions
diff --git a/src/mfdbtool.c b/src/mfdbtool.c
index 0edf0381..aeb6758f 100644
--- a/src/mfdbtool.c
+++ b/src/mfdbtool.c
@@ -315,14 +315,13 @@ struct mu_cfg_param mfdbtool_cfg_param[] = {
315 N_("Set program state directory."), 315 N_("Set program state directory."),
316 N_("dir") }, 316 N_("dir") },
317 { "debug", mu_cfg_callback, NULL, 0, cb_debug, 317 { "debug", mu_cfg_callback, NULL, 0, cb_debug,
318 N_("Set Mailfromd debug verbosity level. Argument is a comma-" 318 N_("Set mailfromd debugging level. Argument is a semicolon-separated list "
319 "separated list of debug specifications, each of which has the " 319 "of debugging specifications. A simplified specification syntax is:\n"
320 "following form:\n" 320 " [!]<category: string>[.<level: string>,<level: string>...]\n"
321 " <module: string>[=<level: number>]\n" 321 "For details, please see the Mailfromd manual, section 3.18 \"Logging\n"
322 "where <module> is the name of a Mailfromd module, and <level> " 322 "and Debugging\", GNU Mailutils manual, section 3.3 \"Debugging\",\n"
323 "is the desired verbosity level for that module."), 323 "or visit <http://mailutils.org/wiki/Debug_level>."),
324 N_("spec: list") }, 324 N_("spec: list") },
325
326 { "lock-retry-count", mu_cfg_callback, NULL, 0, 325 { "lock-retry-count", mu_cfg_callback, NULL, 0,
327 config_cb_lock_retry_count, 326 config_cb_lock_retry_count,
328 N_("Retry acquiring DBM file lock this number of times."), 327 N_("Retry acquiring DBM file lock this number of times."),
diff --git a/src/srvcfg.c b/src/srvcfg.c
index dcb27eac..8c4ddf32 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -480,14 +480,13 @@ cb_state_directory(void *data, mu_config_value_t *arg)
480 480
481static struct mu_cfg_param srv_cfg_param[] = { 481static struct mu_cfg_param srv_cfg_param[] = {
482 { "debug", mu_cfg_callback, NULL, 0, cb_debug, 482 { "debug", mu_cfg_callback, NULL, 0, cb_debug,
483 N_("Set Mailfromd debug verbosity level. Argument is a comma-" 483 N_("Set mailfromd debugging level. Argument is a semicolon-separated list "
484 "separated list of debug specifications, each of which has the " 484 "of debugging specifications. A simplified specification syntax is:\n"
485 "following form:\n" 485 " [!]<category: string>[.<level: string>,<level: string>...]\n"
486 " <module: string>[=<level: number>]\n" 486 "For details, please see the Mailfromd manual, section 3.18 \"Logging\n"
487 "where <module> is the name of a Mailfromd module, and <level> " 487 "and Debugging\", GNU Mailutils manual, section 3.3 \"Debugging\",\n"
488 "is the desired verbosity level for that module."), 488 "or visit <http://mailutils.org/wiki/Debug_level>."),
489 N_("spec: list") }, 489 N_("spec: list") },
490
491 { "transcript", mu_c_bool, &smtp_transcript, 0, NULL, 490 { "transcript", mu_c_bool, &smtp_transcript, 0, NULL,
492 N_("Enable transcript of call-out SMTP sessions.") }, 491 N_("Enable transcript of call-out SMTP sessions.") },
493 492

Return to:

Send suggestions and report system problems to the System administrator.