]> git.phdru.name Git - dotfiles.git/commitdiff
.mailcap: use more for */*
authorOleg Broytman <phd@phdru.name>
Fri, 14 Nov 2014 04:08:24 +0000 (07:08 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 14 Nov 2014 04:08:24 +0000 (07:08 +0300)
.mailcap

index d4e8031aa57e724073d7007a3c874a47e3d07bef..4ad9def18ce4c2fcfe9e14ec147fa9c594ae8d70 100644 (file)
--- a/.mailcap
+++ b/.mailcap
@@ -131,4 +131,5 @@ video/*; mplayer %s; description="Video files"; test=test -n "$DISPLAY" -a -n "`
 x-world/x-vrml; freewrl -url %s; test=test -n "$DISPLAY" -a -n "`which freewrl 2>/dev/null`"; description="VRML world"; nametemplate=%s.wrl
 
 */*; less %s; needsterminal; test=test -n "`which less 2>/dev/null`"
+*/*; more %s; needsterminal; test=test -n "`which more 2>/dev/null`"
 */*; cat -vT %s; copiousoutput