remove msmtp

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-17 15:26:14 +01:00
parent 0db57bb7be
commit 8bf284e325
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 0 additions and 2 deletions

View file

@ -58,7 +58,6 @@ desktop: {pkgs, ...}: {
expunge = "both";
remove = "both";
};
msmtp.enable = true;
neomutt.enable = true;
notmuch.enable = true;
realName = "Charlotte 🦝 Delenk";

View file

@ -126,7 +126,6 @@ in {
source ${molokai}
'';
};
programs.msmtp.enable = true;
home.file.".mailcap".text = ''
image/*; ${pkgs.imv}/bin/imv '%s'
text/html; ${pkgs.w3m}/bin/w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput