diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-02-21 10:14:17 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-21 10:14:17 -0500 |
commit | 03279ea318805b3fa7545f01385485e8053daea5 (patch) | |
tree | b015842b634f78d2f0f3a275ef561a75c153dab8 /bin/mailcap | |
parent | f2dcd92c30d4d595a3daa4f8e977ffb967839b69 (diff) |
rewrite underway
Diffstat (limited to 'bin/mailcap')
-rw-r--r-- | bin/mailcap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/mailcap b/bin/mailcap new file mode 100644 index 0000000..6dcca4d --- /dev/null +++ b/bin/mailcap @@ -0,0 +1,7 @@ +text/plain; vim %s ; +text/html; ~/.config/mutt/bin/openfile %s ; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; ~/.config/mutt/bin/muttimage %s ; copiousoutput +video/*; setsid mpv --quiet %s &; copiousoutput +application/pdf; ~/.config/mutt/bin/openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; |