aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-31 08:52:27 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-10-31 08:52:27 +0200
commitf7ea305fee69c0814a075d01b2b92a153916f093 (patch)
tree610f08f468ed6ba256a401c40e939a91e13a80ba /src
parent782c1e11288356e81b7ef33a03ea15bb0973ab18 (diff)
downloadmailfromd-f7ea305fee69c0814a075d01b2b92a153916f093.tar.gz
mailfromd-f7ea305fee69c0814a075d01b2b92a153916f093.tar.bz2
Bugfixes
* gacopyz/server.c (gacopyz_srv_reply): Return entire buffer. * pmult/pmult.c (collect_symlists): Don't attempt to print empty client name. (main): Read mailutils configuration file. * src/srvcfg.c (mfd_capa_server): Don't register srv_cfg_param. It pertains to canned section.
Diffstat (limited to 'src')
-rw-r--r--src/srvcfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/srvcfg.c b/src/srvcfg.c
index a0a84d20..1f39921a 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -695,7 +695,6 @@ setdefpidfilename(const char *progname)
static struct mu_cli_capa mfd_capa_server = {
".mfd:server",
srv_options,
- srv_cfg_param
};
void

Return to:

Send suggestions and report system problems to the System administrator.