diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-28 19:41:45 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-28 19:41:45 +0000 |
commit | 8fdd1510c68644184c3df9ba002092a41364b482 (patch) | |
tree | 2291528c007f81a639d0bc3fdc045a6efcbeba06 /src/vars.c | |
parent | fe58fe674d5505bb369b6e3864d56989cdcb74f7 (diff) | |
download | calcurse-8fdd1510c68644184c3df9ba002092a41364b482.zip |
Automatic periodic saves implemented
Diffstat (limited to 'src/vars.c')
-rwxr-xr-x | src/vars.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.c,v 1.12 2008/12/28 13:13:59 culot Exp $ */ +/* $calcurse: vars.c,v 1.13 2008/12/28 19:41:45 culot Exp $ */ /* * Calcurse - text-based organizer @@ -111,6 +111,7 @@ vars_init (conf_t *conf) conf->confirm_quit = true; conf->confirm_delete = true; conf->auto_save = true; + conf->periodic_save = 0; conf->skip_system_dialogs = false; conf->skip_progress_bar = false; (void)strncpy (conf->output_datefmt, "%D", 3); |