From 41effffb3b46f1cc76ae800768c623b347e2f0a7 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Wed, 19 Jun 2024 07:57:46 +0300 Subject: Email templates --- .config/mutt/mailcap | 10 ++++++++++ 1 file changed, 10 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..5564f32 --- /dev/null +++ b/.config/mutt/mailcap @@ -0,0 +1,10 @@ +text/plain; $EDITOR %s; +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s -width=150; nametemplate=%s.html; copiousoutput; +# text/html; elinks -dump -dump-charset %{charset} -dump-width 150 -force-html; copiousoutput; +# text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; nsxiv %s ; +audio/*; mpv %s ; +video/*; setsid -f mpv --really-quiet %s &; copiousoutput; +application/pdf; zathura %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; -- cgit v1.2.3