]> git.phdru.name Git - dotfiles.git/blobdiff - .mailcap
.mailcap: use more for */*
[dotfiles.git] / .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