From 538d9d4eb2994945a648fbb8c78d955a744eb5a8 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 17 Oct 2024 16:06:51 +0900 Subject: Add mutt settings --- .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..51fa558 --- /dev/null +++ b/.config/mutt/mailcap @@ -0,0 +1,9 @@ +text/html; openfile %s ; nametemplate=%s.html +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; +image/*; linkhandler %s ; +video/*; linkhandler %s ; +audio/*; linkhandler %s ; +application/pdf; openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; +application/x-pkcs7-signature; /usr/lib/neomutt/smime_keys add_cert %s; -- cgit v1.2.3-70-g09d2