diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-27 08:03:09 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-27 08:29:33 +0100 |
commit | ebe483c0584c839a2890db1e4a43b0526ed738d8 (patch) | |
tree | 463cd681143cfee29b30beec1dab5436016a0165 /doc | |
parent | e1bffdb52daa50468d2b730a51d1717cafb70705 (diff) | |
download | calcurse-ebe483c0584c839a2890db1e4a43b0526ed738d8.tar.gz calcurse-ebe483c0584c839a2890db1e4a43b0526ed738d8.zip |
Support sending notifications for all appointments
In 45417bc (Add configuration option to notify all appointments,
2011-07-31), we added an option that allows for choosing whether the
user receives notifications only for flagged or only for unflagged
appointments. Convert this setting into a three-state option and allow
the user to additionally enable notifications for *all* appointments.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index f105be0..3266ecb 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -1133,9 +1133,12 @@ $ calcurse --next | mail -s "[calcurse] upcoming appointment!" user@host.com ---- ==== -`notification.notifyall` (default: *no*):: - Invert the sense of flagging an appointment as `important`. If this is - enabled, all appointments will be notified - except for flagged ones. +`notification.notifyall` (default: *flagged-only*):: + If set to flagged-only, you are only notified of flagged items. If set to + unflagged-only, you are only notified of unflagged items. If set to all, + notifications are always sent, independent of whether an item is flagged or + not. For historical reasons, this option also accepts boolean values where + yes equals flagged-only and no equals unflagged-only. `daemon.enable` (default: *no*):: If set to yes, daemon mode will be enabled, meaning `calcurse` will run into |