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:
parent
7948dc284b
commit
a5aaf57e63
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue