diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 20:42:39 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 20:42:39 -0400 |
commit | 148cc7e8321811d5103ccef22a7af5b020f60c01 (patch) | |
tree | ecb1390d6a11e548b23a7f503f66c8b6e9fc68ea /mailcap | |
parent | 46f91c5f712c96331315d420430105c960418460 (diff) |
no bin
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +text/plain; vim %s ; +text/html; openfile %s ; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; muttimage %s ; copiousoutput +video/*; setsid mpv --quiet %s &; copiousoutput +application/pdf; openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; |