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