mail/aerc: Remove stray comment

nazuna
Simon Bruder 2023-02-21 23:48:49 +01:00
parent 935c82fe9b
commit fbe5a829ea
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 7 deletions

View File

@ -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" ];
};
}