From 9a00809a2d269c1776bef467b2971b307c7efc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 12 Apr 2021 11:01:34 +0200 Subject: [PATCH] feat(mail): run muchsync even when mbsync fails --- configs/mail/fetcher.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mail/fetcher.nix b/configs/mail/fetcher.nix index f976490..81a6146 100644 --- a/configs/mail/fetcher.nix +++ b/configs/mail/fetcher.nix @@ -57,7 +57,7 @@ in environment.NOTMUCH_CONFIG = config.home-manager.users.email.home.sessionVariables.NOTMUCH_CONFIG; path = [ pkgs.notmuch pkgs.openssh ]; script = '' - ${pkgs.isync}/bin/mbsync --all + ${pkgs.isync}/bin/mbsync --all || true ${lib.concatMapStringsSep "\n" (host: '' echo === syncing ${host}