From c9e72cfb78f2cc2dd9e3c5f0c49e92255bd2db1a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:52:38 +0900 Subject: init --- share/mailcap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 share/mailcap (limited to 'share/mailcap') diff --git a/share/mailcap b/share/mailcap new file mode 100644 index 0000000..601419c --- /dev/null +++ b/share/mailcap @@ -0,0 +1,10 @@ +text/plain; $EDITOR %s ; +text/html; /usr/local/lib/mutt-wizard/openfile %s ; nametemplate=%s.html +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; +image/*; /usr/local/lib/mutt-wizard/openfile %s ; +video/*; setsid mpv --quiet %s &; copiousoutput +audio/*; mpv %s ; +application/pdf; /usr/local/lib/mutt-wizard/openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; +application/x-subrip; $EDITOR %s ; -- cgit v1.2.3