From 14f9bce7a27d88144a45107fbbda8ee41d72d445 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 13 Nov 2023 15:22:37 +0100 Subject: [PATCH] Disable email module (need to be replaced with proton bridge) --- home/christoph/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index dbc531c0..00bfa7a2 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -45,8 +45,9 @@ rec { # doom.autoUpgrade = false; # Very volatile as the upgrade fails sometimes with bleeding edge emacs # }; + # TODO: Only sync protonmail using its bridge email = { - enable = true; + enable = false; autosync = true; imapnotify = false;