summaryrefslogtreecommitdiffstats
path: root/misc/crontab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/crontab')
-rw-r--r--misc/crontab1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/crontab b/misc/crontab
index d4296f6..9ae2a71 100644
--- a/misc/crontab
+++ b/misc/crontab
@@ -1,2 +1,3 @@
# sync IMAP store every 5min for offline use
*/5 * * * * test $(ps -eo etimes,args | grep offlineimap | grep -v grep | awk '{print $1}END{if(NR==0){print 0}}') -gt 300 && killall -9 offlineimap; offlineimap -q -u quiet
+#*/45 * * * * ps aux | grep -v grep | grep -q maildir_watch.sh || ~/.mutt/maildir_watch.sh