From fdcdd85d15f1176ee612e2c76bed2860f952d780 Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 22 Oct 2021 10:40:18 +0530 Subject: using pass for password management in mutt --- .config/neomutt/mailcap | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/neomutt/mailcap') diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap index dbb63f1..139f220 100644 --- a/.config/neomutt/mailcap +++ b/.config/neomutt/mailcap @@ -1,4 +1,5 @@ # HTML +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput text/html; /usr/bin/w3m -I %{charset} -T text/html; copiousoutput; text/plain; nvim %s @@ -7,4 +8,5 @@ image/png; /usr/bin/feh %s image/jpeg; /usr/bin/feh %s #PDFs +application/pdf; /usr/bin/zathura %s & application/pdf; /usr/bin/evince %s & -- cgit v1.2.3