From ecfde9dc30e1c2e85b5a797bf81220583535b01a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 14 Oct 2021 14:57:56 +0300 Subject: mutt: add mailcap --- .config/mutt/mailcap | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/mutt/mailcap (limited to '.config/mutt/mailcap') diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap new file mode 100644 index 0000000..b355f32 --- /dev/null +++ b/.config/mutt/mailcap @@ -0,0 +1,9 @@ +text/plain; $EDITOR %s ; +text/html; openfile %s ; nametemplate=%s.html +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; +image/*; openfile %s ; +video/*; setsid mpv --quiet %s &; copiousoutput +audio/*; mpv %s ; +application/pdf; openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; -- cgit v1.2.3-70-g09d2