dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 941a413ecf74e8106b0b9addb824257648db4023
parent 40c4bc7757a9fbbaca07660b4dbf6de17b965e24
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 18 Mar 2019 11:04:40 +0100

Put html emails in ~/tmp/

Diffstat:
Mlinks/.mailcap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.mailcap b/links/.mailcap @@ -1,6 +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 && surf-open.sh ~/.mutt/tmp.html && sleep 3 && rm ~/.mutt/tmp.html; test=test -n "$DISPLAY" +text/html; cp %s ~/tmp/tmp.html && surf-open.sh ~/tmp/tmp.html && sleep 3 && rm ~/tmp/tmp.html; test=test -n "$DISPLAY" text/html; w3m -I %{charset} -T text/html; copiousoutput; needsterminal text/plain; cat %s; copiousoutput