diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 03abdd3..f074826 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -538,9 +538,10 @@ $HOME/.calcurse/ ---- `notes/`:: this subdirectory contains descriptions of the notes which are attached to - appointments, events or todos. One text file is created per note, whose name - is built using mkstemp(3) and should be unique, but with no relation with the - corresponding item's description. + appointments, events or todos. Since the file name of each note file is a + SHA1 hash of the note itself, multiple items can share the same note file. + calcurse provides a garbage collector (see the `-g` command line parameter) + that can be used to remove note files which are no longer linked to any item. `conf`:: this file contains the user configuration `keys`:: |