aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-22 12:22:44 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-22 12:22:44 +0300
commit0917d1276103d9cc893e8ac091e9e63c5e6182f8 (patch)
treee7dc735efc3b6543922e56d24e1e3289a25e71cd /src/config.c
parent77f10fa54db3a4f0d9c782e8e9dd39051afc19f0 (diff)
downloadwydawca-0917d1276103d9cc893e8ac091e9e63c5e6182f8.tar.gz
wydawca-0917d1276103d9cc893e8ac091e9e63c5e6182f8.tar.bz2
Document the module subsystem
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.c b/src/config.c
index 3ad263d..f6305c5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -899,10 +899,6 @@ static struct grecs_keyword notify_event_kw[] = {
{ "module-config", NULL,
N_("Module-specific configuration data"),
grecs_type_section, GRECS_INAC, NULL, 0, NULL, NULL, NULL },
- { "statistics", N_("items"),
- N_("Send mail if one or more of these items are set"),
- grecs_type_string, GRECS_CONST,
- NULL, offsetof(struct notification, statmask), cb_statistics },
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.