isync: add '-a' option to service

Without channels as arguments or '-a' mbsync exits abnormally and the
service fails to sync. With '-a', all configured channels are synced.

Closes #32103.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Adam Buechner 2018-09-15 11:42:10 +02:00 committed by FX Coudert
parent 05eeda2777
commit fa717989a4

View file

@ -55,6 +55,7 @@ class Isync < Formula
<key>ProgramArguments</key>
<array>
<string>#{opt_bin}/mbsync</string>
<string>-a</string>
<string>Periodic</string>
</array>
<key>StartInterval</key>