Context: Do not set new-uuid by default
This reverts part of f6b2a6541c, which
(likely accidentally) re-introduced the new-uuid verbosity setting as a
default.
This commit is contained in:
@@ -291,7 +291,7 @@ and the "nothing" setting is equivalent to none of the tokens being specified.
|
|||||||
Here are the shortcut equivalents:
|
Here are the shortcut equivalents:
|
||||||
|
|
||||||
verbose=on
|
verbose=on
|
||||||
verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,filter,unwait,override,recur
|
verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter,unwait,override,recur
|
||||||
|
|
||||||
verbose=0
|
verbose=0
|
||||||
verbose=blank,label,new-id,edit
|
verbose=blank,label,new-id,edit
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ std::string configurationDefaults =
|
|||||||
"\n"
|
"\n"
|
||||||
"# Miscellaneous\n"
|
"# Miscellaneous\n"
|
||||||
"# # Comma-separated list. May contain any subset of:\n"
|
"# # Comma-separated list. May contain any subset of:\n"
|
||||||
"verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,filter,unwait,override,recur\n"
|
"verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter,unwait,override,recur\n"
|
||||||
"confirmation=1 # Confirmation on delete, big changes\n"
|
"confirmation=1 # Confirmation on delete, big changes\n"
|
||||||
"recurrence=1 # Enable recurrence\n"
|
"recurrence=1 # Enable recurrence\n"
|
||||||
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"
|
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user