aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 559f766..f0a7042 100644
--- a/src/config.c
+++ b/src/config.c
@@ -863,6 +863,9 @@ static struct grecs_keyword mail_statistics_kw[] = {
863 { "statistics", 863 { "statistics",
864 N_("items"), N_("Send mail if one or more of these items are set"), 864 N_("items"), N_("Send mail if one or more of these items are set"),
865 grecs_type_string, &mail_admin_mask, 0, cb_statistics }, 865 grecs_type_string, &mail_admin_mask, 0, cb_statistics },
866 { "gpg-sign",
867 N_("key"), N_("Sign message with this key"),
868 grecs_type_string, &admin_stat_sign_key },
866 { NULL } 869 { NULL }
867}; 870};
868 871
@@ -907,6 +910,9 @@ static struct grecs_keyword notify_event_kw[] = {
907 { "message", N_("text-or-id"), 910 { "message", N_("text-or-id"),
908 N_("Text of the notification or identifier of a defined message template"), 911 N_("Text of the notification or identifier of a defined message template"),
909 grecs_type_string, NULL, offsetof(struct notification, msg) }, 912 grecs_type_string, NULL, offsetof(struct notification, msg) },
913 { "gpg-sign", N_("key"),
914 N_("Sign message with this key"),
915 grecs_type_string, NULL, offsetof(struct notification, sign_keys) },
910 { NULL } 916 { NULL }
911}; 917};
912 918
@@ -1456,6 +1462,9 @@ static struct grecs_keyword wydawca_kw[] = {
1456 1462
1457 { "all-spools", NULL, N_("Service names that request scanning all spools"), 1463 { "all-spools", NULL, N_("Service names that request scanning all spools"),
1458 grecs_type_string|GRECS_LIST, &all_spool_aliases }, 1464 grecs_type_string|GRECS_LIST, &all_spool_aliases },
1465
1466 { "gpg-homedir", NULL, N_("GPG home directory"),
1467 grecs_type_string, &wydawca_gpg_homedir },
1459 1468
1460 { NULL } 1469 { NULL }
1461}; 1470};

Return to:

Send suggestions and report system problems to the System administrator.