Run mbsync every single minute to synchronize my email messages. #+begin_src scheme (job '(next-minute) "mbsync --all --quiet --verbose") #+end_src