diff options
author | Ben Sima <ben@bsima.me> | 2018-07-05 19:10:31 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-05 19:10:31 -0700 |
commit | 2a19f3f1e7b29c2cf532c724d59dfe090d0903ee (patch) | |
tree | ead24c490b45b435cb0dae2bd67313ae2e29fec3 /mailcap | |
parent | fe499b717657fabf595f6e30d641e01ca38349ed (diff) |
Add more mailcap stuff
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ text/html; lynx -dump -width=78 -nolist %s | sed 's/^ //'; copiousoutput; needsterminal; nametemplate=%s.html +application/pdf; apvlv %s +image/*; feh %s +application/msword; antiword %s; copiousoutput +application/*; xdg-open %s & sleep 5 |