diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-09-01 16:09:18 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-10-05 12:25:48 +0200 |
commit | 711d5dea20679298192b25a5bbfe4fd70d9012d6 (patch) | |
tree | 5658afd871b31d0fbc3a61d2395cde782ba96a99 /doc | |
parent | 8d71923d4f498c8d2fcb22a72346e3e77a7c4a5b (diff) | |
download | calcurse-711d5dea20679298192b25a5bbfe4fd70d9012d6.tar.gz calcurse-711d5dea20679298192b25a5bbfe4fd70d9012d6.zip |
Add configuration option to run the GC on exit
If "auto_gc" is enabled, the garbage collector for note files will be
run on every exit. As this is an experimental feature and may cause data
loss, this is disabled by default.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index b2b80b0..55b9785 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -623,6 +623,9 @@ These options control `calcurse` general behavior, as described below: will be automatically saved if `auto_save` is set to *no*. This means the user must press `S` (for saving) in order to retrieve its modifications. +`auto_gc` (default: *no*):: + Automatically run the garbage collector for note files when quitting. + `periodic_save` (default: *0*):: If different from `0`, user's data will be automatically saved every *periodic_save* minutes. When an automatic save is performed, two asterisks |