mailcap
This commit is contained in:
parent
fd834b3512
commit
c7568a788f
|
@ -2,6 +2,7 @@
|
||||||
username,
|
username,
|
||||||
mail,
|
mail,
|
||||||
domain,
|
domain,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.mbsync = {
|
programs.mbsync = {
|
||||||
|
@ -204,4 +205,7 @@
|
||||||
macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive"
|
macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive"
|
||||||
macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive"'';
|
macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive"'';
|
||||||
};
|
};
|
||||||
|
home.file.".mailcap".text = ''
|
||||||
|
text/html; ${pkgs.lynx}/bin/lynx -dump %s; copiousoutput; nametemplate=%s.html
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue