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.msmtp.enable = true;
|
||||||
|
|
||||||
# programs.neomutt = {
|
|
||||||
# enable = true;
|
|
||||||
# sidebar.enable = true;
|
|
||||||
# sort = "reverse-threads";
|
|
||||||
# };
|
|
||||||
|
|
||||||
# programs.himalaya.enable = true;
|
# programs.himalaya.enable = true;
|
||||||
|
|
||||||
programs.aerc = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = {
|
|
||||||
general = { unsafe-accounts-conf = true; };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.mu.enable = true;
|
programs.mu.enable = true;
|
||||||
|
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
|
|
@ -62,17 +49,15 @@ in
|
||||||
# };
|
# };
|
||||||
mu.enable = true;
|
mu.enable = true;
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
# neomutt.enable = true;
|
himalaya = {
|
||||||
aerc.enable = true;
|
enable = true;
|
||||||
# himalaya = {
|
settings = {
|
||||||
# enable = true;
|
backend = "maildir";
|
||||||
# backend = "maildir";
|
message.send.backend = "smtp";
|
||||||
# sender = "smtp";
|
sent-folder = "INBOX.Sent";
|
||||||
# settings = {
|
draft-folder = "INBOX.Drafts";
|
||||||
# sent-folder = "INBOX.Sent";
|
};
|
||||||
# draft-folder = "INBOX.Drafts";
|
};
|
||||||
# };
|
|
||||||
# };
|
|
||||||
signature = {
|
signature = {
|
||||||
text = ''Dustin Swan | dustinswan.com'';
|
text = ''Dustin Swan | dustinswan.com'';
|
||||||
showSignature = "append";
|
showSignature = "append";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue