Quadrant6630

Results 3 comments of Quadrant6630

Still not sure what the issue was, but I solved it by just bypassing the mailsync file and using mbsync directly. The following crontab config is working for me. ```...

Like this? ``` ❯ crontab -l PATH=/usr/local/bin:/opt/homebrew/bin/ * * * * * /usr/local/bin/mailsync ``` This is still not working for me. Perhaps I am misunderstanding?

This is working now. Thanks so much!