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 <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2018-09-15 17:56:03 +02:00
committed by Lukas Fleischer
parent 3d93ffa7ca
commit 53b55930e8
5 changed files with 18 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ void vars_init(void)
conf.auto_save = 1;
conf.auto_gc = 0;
conf.periodic_save = 0;
conf.systemevents = 1;
conf.default_panel = CAL;
conf.compact_panels = 0;
conf.system_dialogs = 1;