diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-29 22:15:01 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-29 22:15:01 -0500 |
commit | 349db231a8a0d6d2e54c71c32e2868d118f02b9e (patch) | |
tree | fe4253b4ff06b79f01317bcc4c4b372f5f02f64d | |
parent | 405c78d52cf188e65914cbe6a76780b20e40ca70 (diff) |
update the cron offlineimap to the new thingutils
-rw-r--r-- | .config/cron/offlineimap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/cron/offlineimap b/.config/cron/offlineimap index 9de9de1..fe0bfd4 100644 --- a/.config/cron/offlineimap +++ b/.config/cron/offlineimap @@ -1,2 +1,3 @@ -# m h dom mon dow command -*/5 * * * * offlineimap-runner 2 -u quiet +#m h dom mon dow command +*/5 * * * * offlineimap-runner -u quiet +*/5 * * * * offlineimap-killer $((60*30)) |