No more neomutt or aerc. Trying to get himalaya working again
This commit is contained in:
parent
240c0e6ff3
commit
8b978b5a03
1 changed files with 9 additions and 24 deletions
|
|
@ -10,21 +10,8 @@ in
|
|||
|
||||
programs.msmtp.enable = true;
|
||||
|
||||
# programs.neomutt = {
|
||||
# enable = true;
|
||||
# sidebar.enable = true;
|
||||
# sort = "reverse-threads";
|
||||
# };
|
||||
|
||||
# programs.himalaya.enable = true;
|
||||
|
||||
programs.aerc = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
general = { unsafe-accounts-conf = true; };
|
||||
};
|
||||
};
|
||||
|
||||
programs.mu.enable = true;
|
||||
|
||||
accounts.email = {
|
||||
|
|
@ -62,17 +49,15 @@ in
|
|||
# };
|
||||
mu.enable = true;
|
||||
msmtp.enable = true;
|
||||
# neomutt.enable = true;
|
||||
aerc.enable = true;
|
||||
# himalaya = {
|
||||
# enable = true;
|
||||
# backend = "maildir";
|
||||
# sender = "smtp";
|
||||
# settings = {
|
||||
# sent-folder = "INBOX.Sent";
|
||||
# draft-folder = "INBOX.Drafts";
|
||||
# };
|
||||
# };
|
||||
himalaya = {
|
||||
enable = true;
|
||||
settings = {
|
||||
backend = "maildir";
|
||||
message.send.backend = "smtp";
|
||||
sent-folder = "INBOX.Sent";
|
||||
draft-folder = "INBOX.Drafts";
|
||||
};
|
||||
};
|
||||
signature = {
|
||||
text = ''Dustin Swan | dustinswan.com'';
|
||||
showSignature = "append";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue