From d276649800d8e59381d715fb19310e8f2ea5afb0 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 4 Jan 2022 00:27:11 +0100 Subject: [PATCH] continue mail indexing on failed sync --- services/mailsync/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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