aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 5f75f89..57bd8cb 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1131,6 +1131,8 @@ static struct gconf_keyword spool_kw[] = {
{ "archive", N_("type: string"), N_("Set up archivation"),
gconf_type_section, NULL, offsetof(struct spool, archive),
cb_archive, NULL, archive_kw },
+ { "archive-signatures", NULL, N_("Control implicit signature archivation"),
+ gconf_type_bool, &archive_signatures },
{ "notify-event", NULL, N_("Configure notification"),
gconf_type_section, NULL, offsetof(struct spool, notification),
cb_notify_event, NULL, notify_event_kw },
@@ -1379,7 +1381,7 @@ static struct gconf_keyword wydawca_kw[] = {
gconf_type_section, default_access_method, 0,
cb_access_method, NULL, access_method_kw },
- { "spool", NULL, N_("Define distribution spool"),
+ { "spool", N_("tag: string"), N_("Define distribution spool"),
gconf_type_section, NULL, 0,
cb_spool, NULL, spool_kw },

Return to:

Send suggestions and report system problems to the System administrator.