Context: Update the list of verbosity tokens

- Add the "context" token to the default tokens..
- Remove the "filter" token from the default list.
This commit is contained in:
Tomas Babej 2021-09-15 21:26:07 -04:00
parent 235c6614af
commit 867efe3928

View file

@ -86,8 +86,9 @@ std::string configurationDefaults =
"reserved.lines=1 # Assume a 1-line prompt\n"
"\n"
"# Miscellaneous\n"
"# # Comma-separated list. May contain any subset of:\n"
"verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter,override,recur\n"
"# verbose= # Comma-separated list. May contain any subset of:\n"
"# affected,blank,context,edit,filter,footnote,header,label,new-id,new-uuid,override,project,recur,special,sync"
"verbose=affected,blank,context,edit,header,footnote,label,new-id,project,special,sync,override,recur\n"
"confirmation=1 # Confirmation on delete, big changes\n"
"recurrence=1 # Enable recurrence\n"
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"