Disable email module (need to be replaced with proton bridge)
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user