From ebe483c0584c839a2890db1e4a43b0526ed738d8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 27 Jan 2016 08:03:09 +0100 Subject: 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 --- doc/manual.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/manual.txt') 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 -- cgit v1.2.3-54-g00ecf