From 49e22ea935ec14ebf67008689f1795ebf33d0584 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 24 Jul 2018 00:00:01 -0400 Subject: [PATCH] mailcap cleanup --- etc/mailcap | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/etc/mailcap b/etc/mailcap index 1e9a613..c31107e 100644 --- a/etc/mailcap +++ b/etc/mailcap @@ -1,13 +1,6 @@ -#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal; - -#text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput; -text/html; w3m -I %{charset} -T text/html; copiousoutput; - -application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal; - -image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput - -#application/pdf; pdftotext '%s' -; copiousoutput; description=PDF Document; -#nametemplate=%s.pdf -# text/plain; vim %s ; +text/html; $BROWSER '%s' ; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput +video/*; setsid nohup mpv --quiet %s & disown; copiousoutput +application/pdf; pdftotext '%s' -; copiousoutput;