diff options
Diffstat (limited to 'taskrc')
-rw-r--r-- | taskrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -196,10 +196,13 @@ context.work.read=(project:w or project:Inbox) #context.home=project:h context.home.write=project:Inbox context.home.read=(project:h or project:Inbox) +context.homeonly.write=project:Inbox +context.homeonly.read=(project:h and project.not:h.comp.code) # context.code=project:code # context.work=-code +dft # context.nowork=-dft -context.nocode=project.not:code +context.nocode=project.not:h.comp.code +context.code=project:h.comp.code # context.home=(project.not:code) -dft |