mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
fix(mail): mailcap lynx
This commit is contained in:
@@ -114,7 +114,7 @@ in
|
|||||||
wait_key = "no"; # mutt won't ask "press key to continue"
|
wait_key = "no"; # mutt won't ask "press key to continue"
|
||||||
mailcap_path = toString (pkgs.writeText "mailcap" ''
|
mailcap_path = toString (pkgs.writeText "mailcap" ''
|
||||||
text/plain; $EDITOR %s ;
|
text/plain; $EDITOR %s ;
|
||||||
text/html; ${pkgs.lynx} -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
|
text/html; ${pkgs.lynx}/bin/lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
|
||||||
image/*; ${pkgs.sxiv}/bin/sxiv %s ;
|
image/*; ${pkgs.sxiv}/bin/sxiv %s ;
|
||||||
video/*; ${pkgs.utillinux}/bin/setsid ${pkgs.mpv}/bin/mpv --quiet %s &; copiousoutput
|
video/*; ${pkgs.utillinux}/bin/setsid ${pkgs.mpv}/bin/mpv --quiet %s &; copiousoutput
|
||||||
application/*; ${pkgs.xdg_utils}/bin/xdg-open %s ;
|
application/*; ${pkgs.xdg_utils}/bin/xdg-open %s ;
|
||||||
|
|||||||
Reference in New Issue
Block a user