From 016df1a8bf878d2c39c37f16b01ebf854d344427 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 11 Oct 2021 11:48:56 +1100 Subject: [PATCH] Disable recurrence in taskrc A taskrc.local file should be configured on exactly one of your sync'd systems to re-enable recurrence, with the recurrence=1 setting. If multiple systems have recurrence enabled, then duplicate recurring task instances are quite likely. --- .stow-no-folding | 1 + config/task/taskrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.stow-no-folding b/.stow-no-folding index ac55445..1538103 100644 --- a/.stow-no-folding +++ b/.stow-no-folding @@ -1 +1,2 @@ .config/task/taskd.credentials +.config/task/taskrc.local diff --git a/config/task/taskrc b/config/task/taskrc index ba15aad..bf12e69 100644 --- a/config/task/taskrc +++ b/config/task/taskrc @@ -26,3 +26,6 @@ taskd.ca=$XDG_CONFIG_HOME/task/isrgrootx1.pem taskd.certificate=$XDG_CONFIG_HOME/task/client.cert.pem taskd.key=$XDG_CONFIG_HOME/task/client.key.pem include $XDG_CONFIG_HOME/task/taskd.credentials + +recurrence=0 +include $XDG_CONFIG_HOME/task/taskrc.local