mailcap: hardcode elinks
This commit is contained in:
parent
bd7c4a081f
commit
8e527ad51f
|
@ -306,7 +306,12 @@ in {
|
|||
extraConfig = ''
|
||||
set index_format="%4C %Z %{%F %H:%M} %-15.15L (%?l?%4l&%4c?) %s"
|
||||
|
||||
set mailcap_path = ${./mailcap}
|
||||
set mailcap_path = ${
|
||||
pkgs.substituteAll {
|
||||
src = ./mailcap;
|
||||
inherit (pkgs) elinks;
|
||||
}
|
||||
}
|
||||
auto_view text/html
|
||||
unset record
|
||||
set send_charset="utf-8"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
text/html; elinks -dump ; copiousoutput;
|
||||
text/html; @elinks@/bin/elinks -dump ; copiousoutput;
|
||||
application/*; xdg-open %s &> /dev/null &;
|
||||
image/*; xdg-open %s &> /dev/null &;
|
||||
|
|
Loading…
Reference in New Issue