commit 4d29542e8e52d5798d08ce3999ee3d3769efe20a parent 7d586b6ee5bdcabde637fa2e251ec617e8dde411 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 23 Jan 2019 22:01:25 +0100 Temporarily hardcode surf-open.sh for html email Diffstat:
M | links/.mailcap | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/links/.mailcap b/links/.mailcap @@ -1,5 +1,6 @@ # HTML -text/html; cp %s ~/.mutt/tmp.html && xdg-open ~/.mutt/tmp.html && sleep 3 && rm ~/.mutt/tmp.html; test=test -n "$DISPLAY" +#text/html; cp %s ~/.mutt/tmp.html && xdg-open ~/.mutt/tmp.html && sleep 3 && rm ~/.mutt/tmp.html; test=test -n "$DISPLAY" +text/html; cp %s ~/.mutt/tmp.html && surf-open.sh ~/.mutt/tmp.html && sleep 3 && rm ~/.mutt/tmp.html; test=test -n "$DISPLAY" text/html; w3m -I %{charset} -T text/html; copiousoutput; needsterminal text/plain; cat %s; copiousoutput