From 6bc74b1a27ccfada09c1298c9850d4da97051a1d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 6 Feb 2019 19:13:29 -0500 Subject: [PATCH] Add space and redirect stderr --- crontab/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab/crontab b/crontab/crontab index 68e400e..af2c383 100644 --- a/crontab/crontab +++ b/crontab/crontab @@ -1 +1 @@ -*/5 * * * * /usr/local/bin/emacsclient -e "(mu4e-update-mail-and-index t)" \ No newline at end of file +*/5 * * * * /usr/local/bin/emacsclient -e "(mu4e-update-mail-and-index t)" 2> /Users/jdormit/log/crontab.log \ No newline at end of file