avoid removal of recurrent task due to TW-638 bug of taskwarrior
[ptask.git] / src / tw.h
index 6790b96..18e3720 100644 (file)
--- a/src/tw.h
+++ b/src/tw.h
@@ -29,6 +29,7 @@ struct task {
        char *project;
        char *priority;
        char *urgency;
+       char *recur;
        struct tm *entry;
        struct tm *due;
        struct tm *start;