mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Footnote: New 'recur' verbosity token
This commit is contained in:
parent
b1839adf97
commit
c61f7e6b8f
16 changed files with 59 additions and 3 deletions
|
@ -138,6 +138,9 @@ void handleRecurrence ()
|
|||
{
|
||||
t.set ("mask", mask);
|
||||
context.tdb2.modify (t);
|
||||
|
||||
if (context.verbose ("recur"))
|
||||
context.footnote (format (STRING_RECUR_CREATE, t.get ("description")));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue