home: mail: accounts: remove himalaya backends

Their definition is redundant with the logic of the himalaya module,
which does the right thing by default.
This commit is contained in:
Bruno BELANYI 2024-02-06 17:16:43 +01:00
parent 7948dc284b
commit a5aaf57e63

View file

@ -18,8 +18,6 @@ let
himalaya = { himalaya = {
enable = cfg.himalaya.enable; enable = cfg.himalaya.enable;
# FIXME: try to actually configure it at some point # FIXME: try to actually configure it at some point
backend = "imap";
sender = "smtp";
}; };
msmtp = { msmtp = {