diff --git a/services/mailsync/run b/services/mailsync/run index 1aa91b1..6d0360e 100755 --- a/services/mailsync/run +++ b/services/mailsync/run @@ -17,7 +17,7 @@ ip route ls | grep -q '.' pgrep gpg-agent > /dev/null # Sync email -mbsync -a -q +mbsync -a -q || true # No further processing if there are no new mails if ! mdirs /data/mail | mlist -N | grep -q .; then