allow viewing html emails in the terminal
This commit is contained in:
parent
2f3ebf98de
commit
c994dc0c57
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ in {
|
||||||
|
|
||||||
services.mbsync.enable = true;
|
services.mbsync.enable = true;
|
||||||
|
|
||||||
|
home.file.".mailcap".text = ''
|
||||||
|
text/html; ${pkgs.w3m}/bin/w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.user.services."proton-bridge" = {
|
systemd.user.services."proton-bridge" = {
|
||||||
Unit.Description = "Bridge to ProtonMail";
|
Unit.Description = "Bridge to ProtonMail";
|
||||||
Install.WantedBy = [ "default.target" "mbsync.service" ];
|
Install.WantedBy = [ "default.target" "mbsync.service" ];
|
||||||
|
|
Loading…
Reference in a new issue