mail/aerc: Remove stray comment
This commit is contained in:
parent
935c82fe9b
commit
fbe5a829ea
|
@ -299,12 +299,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#quoteMailAddress = lib.replaceChars [ "@" "\\" ] [ "%40" "%5C" ];
|
|
||||||
## home-manager has no way to set if an account requires AUTH LOGIN
|
|
||||||
## this emulats this by setting a list of known providers that do require it
|
|
||||||
#requiresLogin = lib.elem
|
|
||||||
# (lib.elemAt (lib.strings.splitString "@" address) 1)
|
|
||||||
# [ "mailbox.tu-dresden.de" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue