mailcap fix, clarification for logins

This commit is contained in:
Luke Smith
2018-03-22 08:23:46 -07:00
parent 0be646ca96
commit 346e838672
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
#text/html; mv %s %s.html && qutebrowser %s.html > /dev/null; 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