From c9ec0cb4bd6a550dcf076095fee48531a4f68fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 28 Mar 2021 16:48:20 +0300 Subject: neomutt config Well, it seems that I am back to using neomutt. Aerc still can't figure pgp out. --- dotfiles/.config/mutt/mailcap | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotfiles/.config/mutt/mailcap (limited to 'dotfiles/.config/mutt/mailcap') diff --git a/dotfiles/.config/mutt/mailcap b/dotfiles/.config/mutt/mailcap new file mode 100644 index 0000000..e00a607 --- /dev/null +++ b/dotfiles/.config/mutt/mailcap @@ -0,0 +1,9 @@ +text/plain; $EDITOR %s ; +text/html; mutt-open %s ; nametemplate=%s.html +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; +image/*; mutt-open %s ; +video/*; setsid mpv --quiet %s &; copiousoutput +audio/*; mpv %s ; +application/pdf; mutt-open %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; -- cgit v1.2.3