From 03279ea318805b3fa7545f01385485e8053daea5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 21 Feb 2019 10:14:17 -0500 Subject: rewrite underway --- bin/mailcap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/mailcap (limited to 'bin/mailcap') 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; -- cgit v1.2.3