diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-11 15:21:40 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-11 15:21:40 -0500 |
commit | 2af83cc44a32b02ae031a6b7e618025d58fceb72 (patch) | |
tree | 841099cbdb7978e6373e864596b6dff85d974a47 /.crontab | |
parent | 3f0ed06f522b6c6b4e3d376021890bc5a450aa85 (diff) |
Comment out offlineimap in .crontab
Diffstat (limited to '.crontab')
-rw-r--r-- | .crontab | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ # m h dom mon dow command -*/5 * * * * offlineimap -u quiet +#*/5 * * * * offlineimap -u quiet */5 * * * * cd $HOME && make -k |