diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-22 08:23:46 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-22 08:23:46 -0700 |
commit | 346e838672e86076aa5ef6fb4a79c7bc76797817 (patch) | |
tree | 569cb5a18407c120c083cbe290646482d7233c3e /etc/mailcap | |
parent | 0be646ca968da10f5b1615aa366f0af90e26ab3d (diff) |
mailcap fix, clarification for logins
Diffstat (limited to 'etc/mailcap')
-rw-r--r-- | etc/mailcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/mailcap b/etc/mailcap index 45b54f3..18dd471 100644 --- a/etc/mailcap +++ b/etc/mailcap @@ -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 |