1

Disable email module (need to be replaced with proton bridge)

This commit is contained in:
2023-11-13 15:22:37 +01:00
parent 7997545c02
commit 14f9bce7a2

View File

@ -45,8 +45,9 @@ rec {
# doom.autoUpgrade = false; # Very volatile as the upgrade fails sometimes with bleeding edge emacs # doom.autoUpgrade = false; # Very volatile as the upgrade fails sometimes with bleeding edge emacs
# }; # };
# TODO: Only sync protonmail using its bridge
email = { email = {
enable = true; enable = false;
autosync = true; autosync = true;
imapnotify = false; imapnotify = false;