From 53b55930e8021f28a5393896b29b6a01d81cadd3 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Sat, 15 Sep 2018 17:56:03 +0200 Subject: Configuration variable for system events After user acknowledgement a system event is deleted from the event queue. The configuration variable determines whether it is turned into an appointment (for later inspection) or not. Signed-off-by: Lukas Fleischer --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 9e13eaf..61527be 100644 --- a/src/config.c +++ b/src/config.c @@ -112,6 +112,7 @@ static const struct confvar confmap[] = { {"general.confirmquit", CONFIG_HANDLER_BOOL(conf.confirm_quit)}, {"general.firstdayofweek", config_parse_first_day_of_week, config_serialize_first_day_of_week, NULL}, {"general.periodicsave", CONFIG_HANDLER_UNSIGNED(conf.periodic_save)}, + {"general.systemevents", CONFIG_HANDLER_BOOL(conf.systemevents)}, {"general.systemdialogs", CONFIG_HANDLER_BOOL(conf.system_dialogs)}, {"notification.command", CONFIG_HANDLER_STR(nbar.cmd)}, {"notification.notifyall", config_parse_notifyall, config_serialize_notifyall, NULL}, -- cgit v1.2.3-54-g00ecf