Formatting
This commit is contained in:
parent
5dcf8e01e7
commit
fefba16aae
@ -23,10 +23,10 @@ let
|
|||||||
imap.host = host;
|
imap.host = host;
|
||||||
smtp.host = host;
|
smtp.host = host;
|
||||||
passwordCommand = "${pkgs.libsecret}/bin/secret-tool lookup email ${address}";
|
passwordCommand = "${pkgs.libsecret}/bin/secret-tool lookup email ${address}";
|
||||||
signature = {
|
signature = {
|
||||||
text = displayName;
|
text = displayName;
|
||||||
showSignature = "append";
|
showSignature = "append";
|
||||||
};
|
};
|
||||||
aerc = {
|
aerc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraAccounts = {
|
extraAccounts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user